pespin submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified
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(-)

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);

To view, visit change 43154. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iecce8999b72b363a7aa3f583beeb937e79fe215f
Gerrit-Change-Number: 43154
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>