Support E2 Setup message...<Natalia> 58/2758/1
authoridanshal <idan.shalom@intl.att.com>
Wed, 11 Mar 2020 16:11:02 +0000 (18:11 +0200)
committeridanshal <idan.shalom@intl.att.com>
Wed, 11 Mar 2020 16:11:12 +0000 (18:11 +0200)
commita7f401e2c21c6b580b9d9319eec41445e68879d6
tree596185512d62ba81821b1842771dd9af0034a5e5
parent08e833bb0e39e3b908bfe37aa143c969fdf96623
Support E2 Setup message...<Natalia>

Change-Id: I3bb3476065aba70e3aac1fec212003e8c26e680e
Signed-off-by: idanshal <idan.shalom@intl.att.com>
13 files changed:
E2Manager/Dockerfile
E2Manager/go.mod
E2Manager/go.sum
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler_test.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go
E2Manager/models/e2_setup_request_message.go [new file with mode: 0644]
E2Manager/models/e2_setup_success_response_message.go [new file with mode: 0644]
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/rmrCgo/rmrCgoTypes.go
E2Manager/tests/resources/setupRequest_en-gNB.xml [new file with mode: 0644]
E2Manager/tests/resources/setupRequest_gnb.xml [new file with mode: 0644]
E2Manager/tests/resources/setupRequest_ng-eNB.xml [new file with mode: 0644]