dexter has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33896
)
Change subject: GTP_Templates: add template tr_GTPC_RAN_Information_Request
......................................................................
GTP_Templates: add template tr_GTPC_RAN_Information_Request
We have a template ts_GTPC_RAN_Information_Request not no
tr_GTPC_RAN_Information_Request yet.
Related: OS#5760
Change-Id: Ibf737ddc7a9867f0a73646bc0d86550fea6f6dbd
---
M library/GTP_Templates.ttcn
1 file changed, 23 insertions(+), 0 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/library/GTP_Templates.ttcn b/library/GTP_Templates.ttcn
index 0d833a5..198a3b8 100644
--- a/library/GTP_Templates.ttcn
+++ b/library/GTP_Templates.ttcn
@@ -1112,6 +1112,16 @@
source_Cell_Identifier := src,
rIM_Container := cont
}
+ template PDU_BSSGP_RAN_INFORMATION_REQUEST_GTPC
+ tr_GTPC_RAN_Information_Request(template RIM_Routing_Information_GTPC dest := ?,
+ template RIM_Routing_Information_GTPC src := ?,
+ template RAN_Information_Request_RIM_Container_GTPC cont := ?) := {
+ bssgpPduType := '71'O,
+ destination_Cell_Identifier := dest,
+ source_Cell_Identifier := src,
+ rIM_Container := cont
+ }
+
template (value) RANTransparentContainer
ts_RANTransparentContainer_RAN_INFO_REQ(template (value)
PDU_BSSGP_RAN_INFORMATION_REQUEST_GTPC pdu) := {
type_gtpc := '90'O,
lengthf := 0, /* FIXME */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33896
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: Ibf737ddc7a9867f0a73646bc0d86550fea6f6dbd
Gerrit-Change-Number: 33896
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged