pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41965?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cosmetic: library/BSSAP_CodecPort.ttcn: Fix trailing whitespace ......................................................................
cosmetic: library/BSSAP_CodecPort.ttcn: Fix trailing whitespace
Change-Id: I3bbb035eda0690a862989a0ec4bda265b506db3a --- M library/BSSAP_CodecPort.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/library/BSSAP_CodecPort.ttcn b/library/BSSAP_CodecPort.ttcn index 2bb6ab6..ce9248e 100644 --- a/library/BSSAP_CodecPort.ttcn +++ b/library/BSSAP_CodecPort.ttcn @@ -354,7 +354,7 @@ } with {extension "prototype(fast)" }
-/* +/* type port BSSAP_CODEC_PT message map to SCCPasp_PT { out BSSAP_N_CONNECT_req to ASP_SCCP_N_CONNECT_req with f_enc_ConnectReq(), BSSAP_N_CONNECT_res to ASP_SCCP_N_CONNECT_res with f_enc_ConnectRes(),