aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-08-24 12:40:17 +0200
committerdexter <pmaier@sysmocom.de>2023-08-25 10:12:04 +0000
commit21bac7a52f682e19e7306f34ab2192a58d00d19a (patch)
tree678254d0a2e1fae5612b41799f46e226e9e93fb6 /library
parentc4a0c3c2dfee858b16d0982418b7026444bcdf53 (diff)
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
Diffstat (limited to 'library')
-rw-r--r--library/GTP_Templates.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/GTP_Templates.ttcn b/library/GTP_Templates.ttcn
index 267e2a7c..8ab830e9 100644
--- a/library/GTP_Templates.ttcn
+++ b/library/GTP_Templates.ttcn
@@ -1083,7 +1083,7 @@ module GTP_Templates {
}
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 */