laforge submitted this change.
tr_GTPC_SGSNContextReq: use the same template as MsgType
Change-Id: Idd546c3ec387e9c3ea8f1b1a61cf8ca8230db46a
---
M library/GTPv1C_Templates.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)
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 change 38923. To unsubscribe, or for help writing mail filters, visit settings.