X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fmanagers%2Fe2t_keep_alive_worker.go;h=a9c9f2fc062f7c8698deb3d654862c460aba483b;hb=refs%2Fchanges%2F36%2F2936%2F1;hp=45c5c0822c8bb85cac661a285ad4d64a256e731b;hpb=372a275602ae05da22130a4601709291c7fbbaa6;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/managers/e2t_keep_alive_worker.go b/E2Manager/managers/e2t_keep_alive_worker.go index 45c5c08..a9c9f2f 100644 --- a/E2Manager/managers/e2t_keep_alive_worker.go +++ b/E2Manager/managers/e2t_keep_alive_worker.go @@ -14,6 +14,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package managers import ( @@ -81,5 +85,5 @@ func (h E2TKeepAliveWorker) E2TKeepAliveExpired() { func (h E2TKeepAliveWorker) SendKeepAliveRequest() { request := models.RmrMessage{MsgType: rmrCgo.E2_TERM_KEEP_ALIVE_REQ} - h.rmrSender.SendWithoutLogs(&request) + h.rmrSender.Send(&request) } \ No newline at end of file