Add E2AP package that supports asn1 encoding/decoding function for E2AP. 80/4880/5
authorHeewon Park <h_w.park@samsung.com>
Thu, 22 Oct 2020 08:36:04 +0000 (17:36 +0900)
committerHeewon Park <h_w.park@samsung.com>
Mon, 14 Jun 2021 02:21:25 +0000 (11:21 +0900)
commit26f15d649bf3687b2b6864f0e05c9fb88eec5456
treefc4e4cda8f90e192f0f643bd62d369527da52289
parent6b6b79b0ac66347c3e6b70fd82796390d0ddddf1
Add E2AP package that supports asn1 encoding/decoding function for E2AP.

   - indication
   - subscription request/response
   - control request

Issue-ID : RIC-664

Signed-off-by: Heewon Park <h_w.park@samsung.com>
Change-Id: Id1bb533dd4cf16006f73c8e6b928cca65a832e4b
Dockerfile-Unit-Test
e2ap-version.yaml [new file with mode: 0644]
ricxappframe/e2ap/__init__.py [new file with mode: 0644]
ricxappframe/e2ap/asn1.py [new file with mode: 0644]
ricxappframe/e2ap/asn1clib/__init__.py [new file with mode: 0644]
ricxappframe/e2ap/asn1clib/asn1clib.py [new file with mode: 0644]
ricxappframe/e2ap/asn1clib/types.py [new file with mode: 0644]
tests/test_e2ap.py [new file with mode: 0644]