First complete implementation: 74/3074/4
authorTommy Carpenter <tc677g@att.com>
Tue, 31 Mar 2020 12:06:53 +0000 (08:06 -0400)
committerTommy Carpenter <tc677g@att.com>
Wed, 1 Apr 2020 12:42:14 +0000 (08:42 -0400)
commitbcbc3200ed61e9ca603de2fda56e7fc1439cb8f3
tree136401a2ef08fb2ce9e18859e48fbde485c08427
parent24dfb5c2023eef7f49200625883e204a53d8897b
First complete implementation:

    * This release is seen as the first complete implementation of QPD, although likely fixes and enhancements are needed
    * Implement the rmr messaging
    * Add tests for various bad scenarios like UE IDs not existing and Cell data not existing
    * Fix UE IDs to be strings as they are in the req slides

Issue-ID: RICAPP-92
Change-Id: Id739cfd187237e713cb4b3c0b67cb89c2d853c7b
Signed-off-by: Tommy Carpenter <tc677g@att.com>
12 files changed:
Dockerfile
container-tag.yaml
docs/overview.rst
docs/release-notes.rst
qpdriver/data.py
qpdriver/exceptions.py [new file with mode: 0644]
qpdriver/main.py
rmr-version.yaml
setup.py
tests/conftest.py
tests/fixtures/test_local.rt
tests/test_qpd.py