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 19 11:24:54 UTC 2018


dexter has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved



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: merged
Gerrit-Change-Id: Icd55afdaebdda8ba98431f358148035f7d220b8a
Gerrit-Change-Number: 11732
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181119/f985a9e9/attachment.htm>


More information about the gerrit-log mailing list