pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40617?usp=email )
Change subject: RAN_Emulation.ttcnpp: Log ignored rx RANAP msg when no cb set
......................................................................
RAN_Emulation.ttcnpp: Log ignored rx RANAP msg when no cb set
Change-Id: I15b6fea2d44ab9607db020e1152ee1fd79839a52
---
M library/RAN_Emulation.ttcnpp
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
lynxis lazus: Looks good to me, approved
laforge: Looks good to me, but someone else must approve
diff --git a/library/RAN_Emulation.ttcnpp b/library/RAN_Emulation.ttcnpp
index 294954d..9401ed6 100644
--- a/library/RAN_Emulation.ttcnpp
+++ b/library/RAN_Emulation.ttcnpp
@@ -759,6 +759,7 @@
/* ELSE: handle in user callback */
if (not ispresent(g_ran_ops.ranap_unitdata_cb)) {
+ log("CommonRanapUnitdataCallback: Ignoring RANAP msg: ", ranap);
return omit;
}
return g_ran_ops.ranap_unitdata_cb.apply(ranap);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40617?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I15b6fea2d44ab9607db020e1152ee1fd79839a52
Gerrit-Change-Number: 40617
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>