pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29835 )
Change subject: cosmetic: Update reference to func renamed in the past ......................................................................
cosmetic: Update reference to func renamed in the past
Fixes: 8a35e640a33373ea137125a5654bd9ae445b3769 Change-Id: I86d1fa1f3ea96ca06f3e8c8f07b8d5b14cf098c7 --- M src/tbf.cpp 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/35/29835/1
diff --git a/src/tbf.cpp b/src/tbf.cpp index 2c68ede..d15cd3d 100644 --- a/src/tbf.cpp +++ b/src/tbf.cpp @@ -221,7 +221,7 @@ /* TODO: When the TLLI does not match the ms, check if there is another * MS object that belongs to that TLLI and if yes make sure one of them * gets deleted. This is the same problem that can arise with - * IMSI in gprs_rlcmac_dl_tbf::handle() so there should be a unified solution */ + * IMSI in dl_tbf_handle() so there should be a unified solution */ if (!ms_check_tlli(ms(), tlli)) { GprsMs *old_ms;