summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Lott, Christopher (cl778h) [Tue, 12 May 2020 21:06:28 +0000 (17:06 -0400)]
Decode values from SDL as JSON
Bump version to 1.0.6
Issue-ID: RICAPP-104
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I1c29cf664820ed2273215298923456dd5d31eb2e
Matti Hiltunen [Fri, 8 May 2020 21:48:45 +0000 (21:48 +0000)]
Merge "Use constants from rmr for message summary"
Lott, Christopher (cl778h) [Fri, 8 May 2020 20:42:46 +0000 (16:42 -0400)]
Add Guy Jacobson as committer on ric-app/qp-driver
Vote thread at https://lists.o-ran-sc.org/g/main/topic/
73031835#609
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ib95de4fdffc56591ab2376951776dc8213d64ad7
Lott, Christopher (cl778h) [Fri, 8 May 2020 17:34:23 +0000 (13:34 -0400)]
Use constants from rmr for message summary
Message-summary dict keys are defined in the rmr module.
Use them instead of hardcoding strings.
Add Dockerfile to support unit testing on machines that don't have
the RMR library, such as macs.
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I1d9ec036f41acd564b777f31cb2643e8b0ea5f37
Lott, Christopher (cl778h) [Thu, 7 May 2020 17:07:16 +0000 (13:07 -0400)]
Use xappframepy ver 1.1.1 or later
Pin version for xappframepy in setup.py
Upgrade to RMR ver 4.0.5 in Dockerfile
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I6bb3289be4ffc89ec3ab14e99c872e30db4f083f
Lott, Christopher (cl778h) [Thu, 7 May 2020 13:36:14 +0000 (09:36 -0400)]
Upgrade to frame 1.1.0, RMR 4.0.5
Bump qp-driver version to 1.0.5.
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I4d22b5ce0b9e5e5cf22050bd092dd49ca925910a
Lott, Christopher (cl778h) [Tue, 5 May 2020 18:35:50 +0000 (14:35 -0400)]
Upgrade to RMR version 4.0.2
Bump qp-d version to 1.0.4.
Issue-ID: RICAPP-103
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ieb62df59185b27dcf5a027ba1aa42ac617ea14ec
Lott, Christopher (cl778h) [Wed, 22 Apr 2020 15:25:22 +0000 (11:25 -0400)]
Upgrade to RMR version 3.8.2
Copy RMR files from builder image in release registry.
Bump version to 1.0.2.
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I48b29fb6aea3ebc2ff5a2aaeafa940000fde4bb7
Tommy Carpenter [Wed, 8 Apr 2020 12:15:03 +0000 (08:15 -0400)]
Move qpd to xapp frame 1.0.0
Issue-ID: RICAPP-92
Change-Id: Ia190c702373c5159a805da6f5557a0ece8071ed6
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Fri, 3 Apr 2020 17:18:46 +0000 (13:18 -0400)]
Release 101
Issue-ID: RICAPP-92
Change-Id: I76a6a20791b2f91621d6e316fe9d182f12d9b79d
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Fri, 3 Apr 2020 17:54:37 +0000 (13:54 -0400)]
Fix container tag
Change-Id: I20892bb5ea8b024f1344384e8ca0e5890c3eeb7a
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Fri, 3 Apr 2020 15:35:09 +0000 (11:35 -0400)]
Changes:
* Docker now builds with an empty route file so rmr starts; it will not even start properly without this
* Change how fake_sdl is activated for docker convienence
* Create dev guide file
* Add instructions on how to test the rmr healthcheck in a running container
* Update to xapp frame 0.7.0 (which has rmr healthchecks)
Issue-ID: RICAPP-92
Change-Id: Ib0cd06870ba1bfc51ee8749c040d0b4c65f8c4fa
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Tue, 31 Mar 2020 12:06:53 +0000 (08:06 -0400)]
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>
Tommy Carpenter [Fri, 27 Mar 2020 12:31:01 +0000 (08:31 -0400)]
Implement SDL calls and testing
Issue-ID: RICAPP-92
Change-Id: I15e86369b72ab19df5548d09c56c95b603495356
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Thu, 26 Mar 2020 12:48:44 +0000 (08:48 -0400)]
Implement the core business logic of the data merge
Issue-ID: RICAPP-92
Change-Id: I1e5e59247f2f28f66140da65bf64f39669e5af67
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Wed, 25 Mar 2020 19:11:39 +0000 (15:11 -0400)]
Changes:
* Move to SI95
* Move to Xapp frame 0.6.0
* Move to py38
* Remove unneeded stuff from setup.py since this is a docker component and not a pypi library
* Add some mock data for future development
Issue-ID: RICAPP-92
Change-Id: Idadde588e85c1362c2bd3a9c724a5f62a312f76b
Signed-off-by: Tommy Carpenter <tc677g@att.com>
Tommy Carpenter [Tue, 17 Mar 2020 14:32:38 +0000 (10:32 -0400)]
Initial QP Driver Xapp skeleton.
Issue-ID: RICAPP-47
Change-Id: Ifed1dcdc6a6ee5eaa54b978c61776055c646569e
Signed-off-by: Tommy Carpenter <tc677g@att.com>
LF Jenkins CI [Wed, 11 Mar 2020 17:04:58 +0000 (17:04 +0000)]
Automation adds INFO.yaml
Change-Id: I5ab38372c069df0bdce74aa4fe85be86d95a0cb4
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
LF Jenkins CI [Wed, 11 Mar 2020 17:04:47 +0000 (17:04 +0000)]
Automation adds .gitreview
Change-Id: Ie502405def66ad7b2ea77852b2b39a53e3913801
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
LF Jenkins CI [Wed, 11 Mar 2020 17:04:40 +0000 (17:04 +0000)]
Initial empty repository