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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10341 ) Change subject: RRLP: print log when sending a position request ...................................................................... RRLP: print log when sending a position request Change-Id: Ia2446e05f63ac219f630ab9db1ea9bf305f0a4b9 --- M src/libmsc/rrlp.c 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified Harald Welte: Looks good to me, approved diff --git a/src/libmsc/rrlp.c b/src/libmsc/rrlp.c index 40a0a10..2a5c1aa 100644 --- a/src/libmsc/rrlp.c +++ b/src/libmsc/rrlp.c @@ -25,6 +25,7 @@ #include <osmocom/msc/gsm_04_08.h> #include <osmocom/msc/signal.h> +#include <osmocom/msc/debug.h> #include <osmocom/msc/gsm_subscriber.h> /* RRLP msPositionReq, nsBased, @@ -77,6 +78,9 @@ return 0; } + LOGP(DRR, LOGL_INFO, "Sending '%s' RRLP position request\n", + msc_rrlp_mode_name(net->rrlp.mode)); + return gsm48_send_rr_app_info(conn, 0x00, sizeof(ms_based_pos_req), req); } -- To view, visit https://gerrit.osmocom.org/10341 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia2446e05f63ac219f630ab9db1ea9bf305f0a4b9 Gerrit-Change-Number: 10341 Gerrit-PatchSet: 2 Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com> Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org> Gerrit-Reviewer: Jenkins Builder -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180805/84f63092/attachment.htm>