Change in osmo-ttcn3-hacks[master]: BSSMAP_Templates: do not match on omit in tr_BSSMAP_HandoverPerformed...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Mon Nov 12 12:06:25 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/11732


Change subject: BSSMAP_Templates: do not match on omit in tr_BSSMAP_HandoverPerformed template
......................................................................

BSSMAP_Templates: do not match on omit in tr_BSSMAP_HandoverPerformed template

tr_BSSMAP_HandoverPerformed matches all optional fields on "omit". This
does not make much sense as a safe default. Lets match on "*" instead.
(See also other tr_ templates)

Related OS#3645
Change-Id: Icd55afdaebdda8ba98431f358148035f7d220b8a
---
M library/BSSMAP_Templates.ttcn
1 file changed, 8 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/32/11732/1

diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index 5b943e9..ff151f0 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -831,14 +831,14 @@
 				messageType := '17'O,
 				cause := ?,
 				cellIdentifier := ?,
-				chosenChannel := omit,
-				chosenEncryptionAlgorithm := omit,
-				speechVersion := omit,
-				lSAIdentifier := omit,
-				talkerPriority := omit,
-				codecList := omit,
-				speechCodec := omit,
-				lCLS_BSS_Status := omit
+				chosenChannel := *,
+				chosenEncryptionAlgorithm := *,
+				speechVersion := *,
+				lSAIdentifier := *,
+				talkerPriority := *,
+				codecList := *,
+				speechCodec := *,
+				lCLS_BSS_Status := *
 			}
 		}
 	}

-- 
To view, visit https://gerrit.osmocom.org/11732
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd55afdaebdda8ba98431f358148035f7d220b8a
Gerrit-Change-Number: 11732
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181112/09112021/attachment.htm>


More information about the gerrit-log mailing list