dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33893 )
Change subject: GTP-Templates: fix incorrect comment ......................................................................
GTP-Templates: fix incorrect comment
Change-Id: I81c518a8ce23e3e830b173e4af34b3a5414148af Related: OS#5760 --- M library/GTP_Templates.ttcn 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/33893/1
diff --git a/library/GTP_Templates.ttcn b/library/GTP_Templates.ttcn index c7d7824..53dd2ea 100644 --- a/library/GTP_Templates.ttcn +++ b/library/GTP_Templates.ttcn @@ -194,7 +194,7 @@ }
- /* template matching reception of GTP-C echo-request */ + /* template matching reception of GTP-C unit-data */ template Gtp1cUnitdata tr_GTPC_MsgType(template GtpPeer peer, template OCT1 msg_type, template OCT4 teid, template GTPC_PDUs pdus := ?) := { peer := peer, gtpc := tr_GTP1C_PDU(msg_type, teid, pdus)