Change in osmo-ttcn3-hacks[master]: Osmocom_Gb_Types: add a simple tr_NS_STATUS()

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

laforge gerrit-no-reply at lists.osmocom.org
Mon Sep 7 06:51:55 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20006 )

Change subject: Osmocom_Gb_Types: add a simple tr_NS_STATUS()
......................................................................

Osmocom_Gb_Types: add a simple tr_NS_STATUS()

Change-Id: I0de6c483361a00a924a278a77151253450a0c1a2
---
M library/Osmocom_Gb_Types.ttcn
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn
index 3aeba8f..7ddaada 100644
--- a/library/Osmocom_Gb_Types.ttcn
+++ b/library/Osmocom_Gb_Types.ttcn
@@ -334,6 +334,18 @@
 		}
 	}
 
+	template PDU_NS tr_NS_STATUS(template NsCause cause) := {
+		pDU_NS_Status := {
+			nsPduType := '08'O,
+			causeNS := tr_NS_IE_CAUSE(cause),
+			nS_VCI := *,
+			nS_PDU := *,
+			bVCI_NS := *,
+			listofIP4Elements := *,
+			listofIP6Elements := *
+		}
+	}
+
 	template (value) PDU_NS ts_NS_UNITDATA(template (value) NS_SDU_ControlBits bits, BssgpBvci bvci, octetstring sdu) := {
 		pDU_NS_Unitdata := {
 			nsPduType := '00'O,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20006
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0de6c483361a00a924a278a77151253450a0c1a2
Gerrit-Change-Number: 20006
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200907/29a41c97/attachment.htm>


More information about the gerrit-log mailing list