Skip to content

Commit f9e3bb6

Browse files
robertfalkenbergcodebot
authored andcommitted
f1u: rephrase log message for skipped detach of DU bearer after HO...
...because DL TEID was already updated by the HO.
1 parent 0ec6b18 commit f9e3bb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/srsran/f1u/local_connector/f1u_local_connector.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ class f1u_gateway_cu_bearer : public f1u_cu_up_gateway_bearer
6666
notifier = nullptr;
6767
dl_tnl_info.reset();
6868
} else {
69-
logger.log_info("Cannot dettach DU bearer, DL-FTEID does not match. F-TEID={}, requested F-TEID={}",
70-
dl_tnl_info,
71-
dl_tnl_info_);
69+
logger.log_info("Skipped detach of DU bearer from old F-TEID={}. Current F-TEID={}", dl_tnl_info_, dl_tnl_info);
7270
}
7371
}
7472

0 commit comments

Comments
 (0)