Change in libosmocore[master]: bssgp: Remove newly added log line warning about NOOP

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

pespin gerrit-no-reply at lists.osmocom.org
Thu Dec 10 12:52:28 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/21647 )

Change subject: bssgp: Remove newly added log line warning about NOOP
......................................................................

bssgp: Remove newly added log line warning about NOOP

osmo-pcu unit tests fail ue to this new log line. Let's rather simply
leave a comment there, since anyway known apps will be migrating soon
the new APIs.

Fixes: fde19ed579c3145959301bbe75fde15509276040
Change-Id: Ib9bf528db08f7aaa4adaf7b6a320679a4f11a53d
---
M src/gb/gprs_bssgp.c
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gb/gprs_bssgp.c b/src/gb/gprs_bssgp.c
index b5dec58..696c451 100644
--- a/src/gb/gprs_bssgp.c
+++ b/src/gb/gprs_bssgp.c
@@ -1352,7 +1352,9 @@
 
 void bssgp_set_log_ss(int ss)
 {
-	LOGP(DLGLOBAL, LOGL_ERROR, "BSSGP has moved from DGPRS to DLGPRS, please update your code\n");
+	/* BSSGP has moved from DGPRS to DLGPRS, please update your code if it's
+	 * still calling this function
+	 */
 }
 
 /*!

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ib9bf528db08f7aaa4adaf7b6a320679a4f11a53d
Gerrit-Change-Number: 21647
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201210/ca1526cd/attachment.htm>


More information about the gerrit-log mailing list