aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2020-12-10 13:38:42 +0100
committerPau Espin Pedrol <pespin@espeweb.net>2020-12-10 13:39:44 +0100
commit0e6171688126b982c6b2bb2e6588044eaedd54d6 (patch)
tree47de923250af324f0d747988c5fefe558deda2e3 /src/gb
parent1fcfce86cb1dbc048731583401c2524864bf729e (diff)
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
Diffstat (limited to 'src/gb')
-rw-r--r--src/gb/gprs_bssgp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gb/gprs_bssgp.c b/src/gb/gprs_bssgp.c
index b5dec582..696c451b 100644
--- a/src/gb/gprs_bssgp.c
+++ b/src/gb/gprs_bssgp.c
@@ -1352,7 +1352,9 @@ int bssgp_tx_paging(uint16_t nsei, uint16_t ns_bvci,
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
+ */
}
/*!