Add rnib functionality 45/6345/2
authoryc999.jang <yc999.jang@samsung.com>
Thu, 10 Jun 2021 10:04:18 +0000 (19:04 +0900)
committeryc999.jang <yc999.jang@samsung.com>
Fri, 18 Jun 2021 09:08:35 +0000 (18:08 +0900)
commit750eb5b040db75fae264da5e422038e08e5da345
tree26d25e9a49fe946453f82c62a8b11ae61cc4cba5
parent0d52cac0302f98defe240ae646431d8b9c6bda5b
Add rnib functionality
- The *_pb2.py files were added that compiled by protoc
- `get_list_gnb_ids`, `get_list_enb_ids` added to the _BaseXapp
- rnib repo added as a submodule

Issue-ID: RIC-788

Signed-off-by: yc999.jang <yc999.jang@samsung.com>
Change-Id: Id5c3392592422597b939fccda902c04369566e9e
26 files changed:
.coveragerc [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Dockerfile-Unit-Test
docs/developer-guide.rst
docs/index.rst
docs/release-notes.rst
docs/rnib.rst [new file with mode: 0644]
nodeb-rnib [new submodule]
ricxappframe/constants.py [new file with mode: 0644]
ricxappframe/entities/__init__.py [new file with mode: 0644]
ricxappframe/entities/rnib/__init__.py [new file with mode: 0644]
ricxappframe/entities/rnib/additional_cell_information_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/cell_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/cells_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/enb_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/gnb_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/nb_identity_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/nodeb_info_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/ran_function_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/ran_load_information_pb2.py [new file with mode: 0644]
ricxappframe/entities/rnib/x2_setup_failure_response_pb2.py [new file with mode: 0644]
ricxappframe/xapp_frame.py
setup.py
tests/conftest.py
tests/test_xapps.py
tox.ini