pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43154?usp=email )
Change subject: Revert "stp: add ASP_SCCP_N_NOTICE_req support and f_asp_tx_notice()" ......................................................................
Revert "stp: add ASP_SCCP_N_NOTICE_req support and f_asp_tx_notice()"
This reverts commit 89637ff81dd0662c7d816b9dac5405fed2942e31.
Change-Id: Iecce8999b72b363a7aa3f583beeb937e79fe215f --- M library/tcap/TCAP_CodecPort.ttcn 1 file changed, 2 insertions(+), 4 deletions(-)
Approvals: fixeria: Looks good to me, approved osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/library/tcap/TCAP_CodecPort.ttcn b/library/tcap/TCAP_CodecPort.ttcn index 5bec2c4..a9bdcc5 100644 --- a/library/tcap/TCAP_CodecPort.ttcn +++ b/library/tcap/TCAP_CodecPort.ttcn @@ -376,8 +376,7 @@ TCAP_N_DATA_req, TCAP_N_DISCONNECT_req, TCAP_N_UNITDATA_req, - ASP_SCCP_N_RESET_req, - ASP_SCCP_N_NOTICE_req; + ASP_SCCP_N_RESET_req; in TCAP_N_CONNECT_ind, TCAP_N_CONNECT_cfm, TCAP_N_DATA_ind, @@ -394,8 +393,7 @@ TCAP_N_DATA_req -> ASP_SCCP_N_DATA_req: function(f_enc_DataReq); TCAP_N_DISCONNECT_req -> ASP_SCCP_N_DISCONNECT_req: function(f_enc_DisconnectReq); TCAP_N_UNITDATA_req -> ASP_SCCP_N_UNITDATA_req: function(f_enc_UnitdataReq); - ASP_SCCP_N_RESET_req -> ASP_SCCP_N_RESET_req: simple; - ASP_SCCP_N_NOTICE_req -> ASP_SCCP_N_NOTICE_req: simple) + ASP_SCCP_N_RESET_req -> ASP_SCCP_N_RESET_req: simple) in(ASP_SCCP_N_CONNECT_ind -> TCAP_N_CONNECT_ind: function(f_dec_ConnectInd); ASP_SCCP_N_CONNECT_cfm -> TCAP_N_CONNECT_cfm: function(f_dec_ConnectCfm); ASP_SCCP_N_DATA_ind -> TCAP_N_DATA_ind: function(f_dec_DataInd);