Change in osmo-ttcn3-hacks[master]: fix SCCPlite BSC tests: send IPA ID ACK, not GET

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Aug 24 12:49:04 UTC 2018


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/10599


Change subject: fix SCCPlite BSC tests: send IPA ID ACK, not GET
......................................................................

fix SCCPlite BSC tests: send IPA ID ACK, not GET

>From libosmo-sccp.git Icffda98579e676ab6ca63c9c22cf5d151c4fe95f on, we expect
an IPA ID ACK upon first connecting, not an IPA ID GET. This might be specific
to the one MSC tested so far, but it's the status quo.

Change IPA_Emulation to conform and send the IPA ID ACK upon connecting.  This
fixes the ttcn3-bsc-tests,SCCPlite suite, broken by above libosmo-sccp commit.

Change-Id: I34b6296a1a408729802a9659c6524c0f67a2f4fe
---
M library/IPA_Emulation.ttcnpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/10599/1

diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index b10a983..c8e0d94 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -566,7 +566,7 @@
 			g_ipa_conn_id := asp_evt.connOpened.connId;
 			f_send_IPA_EVT(t_ASP_IPA_EVT_UD(ASP_IPA_EVENT_UP));
 			if (g_mode == IPA_MODE_SERVER and g_ccm_enabled) {
-				f_ccm_tx(valueof(ts_IPA_ID_GET));
+				f_ccm_tx(valueof(ts_IPA_ACK));
 			}
 		}
 

-- 
To view, visit https://gerrit.osmocom.org/10599
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I34b6296a1a408729802a9659c6524c0f67a2f4fe
Gerrit-Change-Number: 10599
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180824/63cb912e/attachment.htm>


More information about the gerrit-log mailing list