RIC-997: ErrorIndication handling in e2mgr 66/12566/1
authorpkranthi <p.kiran@nokia.com>
Fri, 23 Feb 2024 11:13:25 +0000 (16:43 +0530)
committerpkranthi <p.kiran@nokia.com>
Fri, 23 Feb 2024 11:14:29 +0000 (16:44 +0530)
commit0249b5fc410b6c6814906b185dfdf25b27621148
treefc6c96388f2b510bb3ab7cb08356e3c043270aaf
parent046e93dca8cf63d0bc9645b435c9428e538c1b71
RIC-997: ErrorIndication handling in e2mgr

Change-Id: I355b1ca452d00ce461c306c0178c8aa5c498c5bc
Signed-off-by: pkranthi <p.kiran@nokia.com>
25 files changed:
E2Manager/app/main.go
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go
E2Manager/handlers/rmrmsghandlers/error_indication_notification_handler.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/error_indication_notification_handler_test.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/ric_service_update_handler.go
E2Manager/handlers/rmrmsghandlers/ric_service_update_handler_test.go
E2Manager/managers/notificationmanager/notification_manager_test.go
E2Manager/managers/ric_service_update_manager.go [new file with mode: 0644]
E2Manager/managers/ric_service_update_manager_test.go [new file with mode: 0644]
E2Manager/mocks/logger_mock.go [new file with mode: 0644]
E2Manager/mocks/ricServiceUpdate_manager_mock.go [new file with mode: 0644]
E2Manager/models/e2_error_indication_message.go [new file with mode: 0644]
E2Manager/models/e2_error_indication_message_test.go [new file with mode: 0644]
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go
E2Manager/rmrCgo/rmrCgoApi.go
E2Manager/rmrCgo/rmrCgoTypes.go
E2Manager/rmrCgo/rmrCgoUtils.go
E2Manager/services/rmrreceiver/rmr_receiver_test.go
E2Manager/tests/resources/errorIndication/errorIndicationForDefault.xml [new file with mode: 0644]
E2Manager/tests/resources/errorIndication/errorIndicationForServiceUpdate.xml [new file with mode: 0644]
E2Manager/tests/resources/errorIndication/errorIndicationForSetupRequest.xml [new file with mode: 0644]
E2Manager/tests/resources/errorIndication/errorIndicationInvalid.xml [new file with mode: 0644]
E2Manager/tests/resources/errorIndication/errorIndicationUnsuccessfulOutcome.xml [new file with mode: 0644]
E2Manager/tests/resources/errorIndication/errorIndicationWithoutCD.xml [new file with mode: 0644]