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 <[email protected]>

Reply via email to