[PATCH] osmo-ttcn3-hacks[master]: BSSMAP_Templates: tr_BSSAP_BSSMAP / tr_BSSAP_DTAP: DLCI may ...

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Jan 21 18:12:14 UTC 2018


Review at  https://gerrit.osmocom.org/5947

BSSMAP_Templates: tr_BSSAP_BSSMAP / tr_BSSAP_DTAP: DLCI may be present

Change-Id: I98b313e354b31fae8c1fea9e61a838970d575d69
---
M library/BSSMAP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index f452263..2a9cef7 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -107,7 +107,7 @@
 template PDU_BSSAP tr_BSSAP_BSSMAP := {
 	discriminator := '0'B,
 	spare := '0000000'B,
-	dlci := omit,
+	dlci := *,
 	lengthIndicator := ?,
 	pdu := {
 		bssmap := ?
@@ -127,7 +127,7 @@
 template PDU_BSSAP tr_BSSAP_DTAP := {
 	discriminator := '1'B,
 	spare := '0000000'B,
-	dlci := omit,
+	dlci := *,
 	lengthIndicator := ?,
 	pdu := {
 		dtap := ?

-- 
To view, visit https://gerrit.osmocom.org/5947
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98b313e354b31fae8c1fea9e61a838970d575d69
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list