dexter has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/96/33896/1
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 change 33896. To unsubscribe, or for help writing mail filters, visit settings.