Osmocom_Gb_Types: add a simple tr_NS_STATUS()

Change-Id: I0de6c483361a00a924a278a77151253450a0c1a2
This commit is contained in:
Alexander Couzens 2020-09-07 05:20:54 +02:00
parent 3c268daa0e
commit 9843b66952
1 changed files with 12 additions and 0 deletions

View File

@ -334,6 +334,18 @@ module Osmocom_Gb_Types {
}
}
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,