dexter has submitted this change. ( 
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(-)

Approvals:
  pespin: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




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: 2
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to