Change in osmo-msc[master]: RRLP: print log when sending a position request

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Fri Aug 3 18:55:23 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/41/10341/1

diff --git a/src/libmsc/rrlp.c b/src/libmsc/rrlp.c
index 40a0a10..b1e336d 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_NOTICE, "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: newchange
Gerrit-Change-Id: Ia2446e05f63ac219f630ab9db1ea9bf305f0a4b9
Gerrit-Change-Number: 10341
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180803/d675f65e/attachment.htm>


More information about the gerrit-log mailing list