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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15821 )
Change subject: HACK: make IPA_Emulation work as IPA client to OsmoSTP
......................................................................
HACK: make IPA_Emulation work as IPA client to OsmoSTP
Change-Id: I7def6090ff95bc868cfc238d56bdb204707108a0
---
M library/IPA_Emulation.ttcnpp
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/15821/1
diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index 7b80c2d..1bd3dff 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -411,6 +411,7 @@
}
case (IPAC_MSGT_ID_ACK) {
f_send_IPA_EVT(t_ASP_IPA_EVT_UD(ASP_IPA_EVENT_ID_ACK));
+ f_ccm_tx(valueof(ts_IPA_ACK));
}
case (IPAC_MSGT_ID_GET) {
f_ccm_tx(f_ccm_make_id_resp(ccm));
@@ -486,7 +487,7 @@
f_connect(remote_host, remote_port, local_host, local_port, ccm_pars);
if (g_ccm_enabled) {
/* we're a client: Send ID_ACK immediately after connect */
- f_ccm_tx(valueof(ts_IPA_ACK));
+ //f_ccm_tx(valueof(ts_IPA_ACK));
}
f_send_IPA_EVT(t_ASP_IPA_EVT_UD(ASP_IPA_EVENT_UP));
ScanEvents();
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15821
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7def6090ff95bc868cfc238d56bdb204707108a0
Gerrit-Change-Number: 15821
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191021/1e56985e/attachment.htm>