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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: dexter <[email protected]>

Reply via email to