Initialization script now passes signal to xapp process 53/2053/1
authorAshwin Sridharan <asridharan@research.att.com>
Tue, 17 Dec 2019 21:32:53 +0000 (16:32 -0500)
committerAshwin Sridharan <asridharan@research.att.com>
Tue, 17 Dec 2019 21:32:53 +0000 (16:32 -0500)
commit6f5a7b69bb045ed82506e14cef9b0cdc6554a613
treed1b9bc1c66a3deca0fc2446739bc8a01a6dfa016
parent69a830676cee9b8a37bea3b2e59261514551be23
Initialization script now passes signal to xapp process
Added processing of call process id in e2ap indication/control process

Signed-off-by: Ashwin Sridharan <asridharan@research.att.com>
Change-Id: Ib896516f171bcaf8590e565b41a93b1af43b0bc7
12 files changed:
container-tag.yaml
init/init_script.py
src/E2AP-c/e2ap_control.cc
src/E2AP-c/e2ap_control.hpp
src/E2AP-c/e2ap_control_helper.hpp
src/E2AP-c/e2ap_indication.cc
src/E2AP-c/e2ap_indication.hpp
src/E2AP-c/e2ap_indication_helper.hpp [new file with mode: 0644]
src/message_processor_class.cc
test/run_tests.sh
test/unit_test_e2ap_control.cc
test/unit_test_e2ap_indication.cc