aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
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 */