[MERGED] 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:34:22 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: BSSMAP_Templates: tr_BSSAP_BSSMAP / tr_BSSAP_DTAP: DLCI may be present
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I98b313e354b31fae8c1fea9e61a838970d575d69
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list