dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34193 )
Change subject: GTP_Templates: fix wrong function name
......................................................................
GTP_Templates: fix wrong function name
The decoder function that decodes the RIM ROUTING ADDRESS should be
called dec_RIM_Routing_Address_GTPC and not dec_PCUIF_pch_dt
Change-Id: I4235bc727bf8e71d1ef4a43c830706b6e1c826c9
---
M library/GTP_Templates.ttcn
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/34193/1
diff --git a/library/GTP_Templates.ttcn b/library/GTP_Templates.ttcn
index 267e2a7..8ab830e 100644
--- a/library/GTP_Templates.ttcn
+++ b/library/GTP_Templates.ttcn
@@ -1083,7 +1083,7 @@
}
external function enc_RIM_Routing_Address_GTPC(in RIM_Routing_Address_GTPC ra) return
octetstring
with { extension "prototype(convert) encode(RAW)" };
- external function dec_PCUIF_pch_dt(in octetstring stream) return
RIM_Routing_Address_GTPC
+ external function dec_RIM_Routing_Address_GTPC(in octetstring stream) return
RIM_Routing_Address_GTPC
with { extension "prototype(convert) decode(RAW)" };
/* RAN_Information_Request */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34193
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: I4235bc727bf8e71d1ef4a43c830706b6e1c826c9
Gerrit-Change-Number: 34193
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange