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: fde19ed579
Change-Id: Ib9bf528db08f7aaa4adaf7b6a320679a4f11a53d
This commit is contained in:
Pau Espin Pedrol 2020-12-10 13:38:42 +01:00
parent 1fcfce86cb
commit 0e61716881
1 changed files with 3 additions and 1 deletions

View File

@ -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
*/
}
/*!