laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38923?usp=email )
Change subject: tr_GTPC_SGSNContextReq: use the same template as MsgType
......................................................................
tr_GTPC_SGSNContextReq: use the same template as MsgType
Change-Id: Idd546c3ec387e9c3ea8f1b1a61cf8ca8230db46a
---
M library/GTPv1C_Templates.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
daniel: Looks good to me, approved
diff --git a/library/GTPv1C_Templates.ttcn b/library/GTPv1C_Templates.ttcn
index 766870a..7371ab0 100644
--- a/library/GTPv1C_Templates.ttcn
+++ b/library/GTPv1C_Templates.ttcn
@@ -1402,11 +1402,11 @@
private_extension_gtpc := *
}
}
+
template (present) Gtp1cUnitdata tr_GTPC_SGSNContextReq(template (present) Gtp1cPeer
peer,
- template (present) GTPC_PDUs SGSNContextReqPDU) := {
- peer := peer,
- gtpc := tr_GTP1C_PDU(sgsnContextRequest, '00000000'O, SGSNContextReqPDU)
-}
+ template (present) GTPC_PDUs SGSNContextReqPDU)
+ := tr_GTPC_MsgType(peer, sgsnContextRequest, '00000000'O, SGSNContextReqPDU)
+
template (value) GTPC_PDUs ts_SGSNContextReqPDU(template (value) RoutingAreaIdentity
rai,
template (value) OCT4 teic,
template (value) octetstring sgsn_addr_control,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38923?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Idd546c3ec387e9c3ea8f1b1a61cf8ca8230db46a
Gerrit-Change-Number: 38923
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>