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
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..00d1de4
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,4 @@
+[run]
+omit =
+ # omit compiled protobuf files
+ ricxappframe/entities/*