Enable KA requests logging
[ric-plt/e2mgr.git] / E2Manager / managers / e2t_keep_alive_worker.go
index 45c5c08..a9c9f2f 100644 (file)
 // 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