[RICPLT-1739] Add Unit Tests for Load Information 25/725/1
authoris005q <idan.shalom@intl.att.com>
Thu, 15 Aug 2019 13:07:00 +0000 (16:07 +0300)
committeris005q <idan.shalom@intl.att.com>
Thu, 15 Aug 2019 13:07:14 +0000 (16:07 +0300)
commit8720fbfe6c21a347b3378f517a214068b4876c30
tree7ef845ee9bd6bc282f4623c4f3a829abeea1e413
parentf9e31bbb0a80ae78cf72eabea8303c28abcdb2e8
[RICPLT-1739] Add Unit Tests for Load Information

Change-Id: I698c945ed869cb9f6dc5168295117783bfe4b4bd
Signed-off-by: is005q <idan.shalom@intl.att.com>
29 files changed:
.gitignore
E2Manager/asn1codec/Makefile
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_base.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc001.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc002.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc003.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc004.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc005.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc006.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc007.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc008.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc009.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc010.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc011.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc012.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/load_information_xer_files/xer_tc013.xml [new file with mode: 0644]
E2Manager/asn1codec/src/tests/unpack_xer.c [new file with mode: 0644]
E2Manager/cp.out
E2Manager/handlers/enb_load_information_notification_handler.go [new file with mode: 0644]
E2Manager/handlers/enb_load_information_notification_handler_test.go [new file with mode: 0644]
E2Manager/handlers/enb_load_information_to_protobuf.go
E2Manager/handlers/enb_load_information_to_protobuf_test.go [new file with mode: 0644]
E2Manager/handlers/ric_enb_load_information_notification_handler.go [deleted file]
E2Manager/handlers/x2apPdu_asn1_unpacker.go
E2Manager/managers/notification_manager.go
E2Manager/mocks/rnibReaderMock.go
E2Manager/models/notification_request.go
E2Manager/providers/notification_handler_provider.go
E2Manager/providers/notification_handler_provider_test.go