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/.
lynxis lazus gerrit-no-reply at lists.osmocom.orglynxis lazus has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/06/20006/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200907/d9dfd0c7/attachment.htm>