ric-app/qp.git
2 years ago[RICAPP-181] Update Prediction message (from QP to TS) with serving cell prediciton 74/7274/1 e-release f-release
Deepanshu Karnwal [Wed, 8 Dec 2021 10:26:33 +0000 (15:56 +0530)]
[RICAPP-181] Update Prediction message (from QP to TS) with serving cell prediciton

Signed-off-by: Deepanshu Karnwal <deepanshu.k@hcl.com>
Change-Id: Ia14efb7da90a781733b0eab8098ca7e4fc496f08

2 years ago[RICAPP-822] Fix version and tag in QP 30/6530/3
deepanshuk [Tue, 27 Jul 2021 12:11:24 +0000 (17:41 +0530)]
[RICAPP-822] Fix version and tag in QP

Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
Change-Id: Id952e55bcd225e96e6e01acabe061d29b1693440

2 years ago[RICAPP-822] Fix version and tag in QP 03/6503/1 dawn 0.0.4
deepanshuk [Tue, 20 Jul 2021 13:14:52 +0000 (18:44 +0530)]
[RICAPP-822] Fix version and tag in QP

Signed-off-by: Deepanshu Karnwal <deepanshu.k@hcl.com>
Change-Id: I2a26f31c24c11c3648212a6ae15ec9662e77ccd4

2 years agoRevert "Release version 0.0.4" 32/6032/3
Deepanshu Karnwal [Tue, 20 Jul 2021 12:13:44 +0000 (12:13 +0000)]
Revert "Release version 0.0.4"

This reverts commit c0c4d8402d4c365b5ca686ec892692394cd8c73e.

Reason for revert: needs to update version and tag

Change-Id: Ica5d1f2ccfcbd449214b69a7863e4f293d45c6cb
Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
2 years agoRelease version 0.0.4 91/6491/1
deepanshuk [Fri, 9 Jul 2021 13:53:49 +0000 (19:23 +0530)]
Release version 0.0.4

Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
Change-Id: I281932475ee2c3675c5a847b2a9ee2a088e1174d

2 years ago[RICAPP 144] Updating Docs and version 87/6487/2
deepanshuk [Thu, 8 Jul 2021 14:38:01 +0000 (20:08 +0530)]
[RICAPP 144] Updating Docs and version

Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
Change-Id: I096099b7ff6ed9624c3d4eb6cb48fe60176ebab6

2 years agoFirst version with ML prediction code 70/6470/1
deepanshuk [Tue, 6 Jul 2021 06:35:30 +0000 (12:05 +0530)]
First version with ML prediction code

Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
Change-Id: Ie7e34b1828adf421276b7924b3b29a63eb1d36a6

3 years ago[Task-Id: RICAPP-163] Updating committers in INFO.yaml for QP xApp repo 89/5389/1
Chandrasekaran Ramachandran [Wed, 6 Jan 2021 10:35:34 +0000 (16:05 +0530)]
[Task-Id: RICAPP-163] Updating committers in INFO.yaml for QP xApp repo
   Added Deepanshu and Chandrasekaran as commiter
   Removed Manoop Talasila

Signed-off-by: Chandrasekaran Ramachandran <chandrasekaran-r@hcl.com>
Change-Id: I925acdd3b9e07566750aa62fa39bb616b48baa5a

3 years agoRelease 0.0.3 01/5301/1 cherry
Ron Shacham [Thu, 10 Dec 2020 16:28:30 +0000 (11:28 -0500)]
Release 0.0.3

Signed-off-by: Ron Shacham <rshacham@research.att.com>
Change-Id: I467d5d0c242c31053774507c8e2f63b19622db30

3 years agoGenerate mock pred message with one cell having better xput 79/5279/5 0.0.3
Ron Shacham [Tue, 8 Dec 2020 17:41:57 +0000 (12:41 -0500)]
Generate mock pred message with one cell having better xput

Issue-ID: RICAPP-96

Signed-off-by: Ron Shacham <rshacham@research.att.com>
Change-Id: I8ea5e94188523494c950b1fd002e8bcc51a42f20
Signed-off-by: Ron Shacham <rshacham@research.att.com>
3 years agoRelease qp at version 0.0.2 79/3979/1 bronze
Lott, Christopher (cl778h) [Wed, 3 Jun 2020 18:16:04 +0000 (14:16 -0400)]
Release qp at version 0.0.2

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ic1d50f342428b82f154e308e05b5b87b0ada6d62

3 years agoChange qp's RMR listen port to 4560 59/3959/5 0.0.2
Lott, Christopher (cl778h) [Tue, 2 Jun 2020 18:12:07 +0000 (14:12 -0400)]
Change qp's RMR listen port to 4560

Correct xApp descriptor tag to be rmr-data

Issue-ID: RICAPP-111, RICAPP-113
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: If069a5250c08bf5c02ffd4fbba24d60d143aef6d

3 years agoMock QoE xApp that sends a constant prediction 91/3791/8
Lott, Christopher (cl778h) [Thu, 21 May 2020 20:46:44 +0000 (16:46 -0400)]
Mock QoE xApp that sends a constant prediction

Version 0.0.1 of an xApplication based on the Python xApp framework.
This mockup listens for a QoE prediction request (RMR message type
30001) as sent by the QP Driver xApp.  Reacts by sending a fixed QoE
prediction (RMR message type 30002), which should be routed to the
Traffic Steering xApp.

Includes a static RMR routing table with this entry for TS:
rte|30002|service-ricxapp-trafficxapp-rmr.ricxapp.svc.cluster.local:4560

Issue-ID: RICAPP-107
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ie6a6a851dff87c23a0bcaf23d9936e35d0cb3dd9

4 years agoAutomation adds INFO.yaml 56/2656/2
LF Jenkins CI [Wed, 11 Mar 2020 16:07:14 +0000 (16:07 +0000)]
Automation adds INFO.yaml

Change-Id: Ic4e7f57ba7b13ed30764081704f5bff8805cff17
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoAutomation adds .gitreview 55/2655/2
LF Jenkins CI [Wed, 11 Mar 2020 16:07:04 +0000 (16:07 +0000)]
Automation adds .gitreview

Change-Id: I1fceeee31381427bbaede9a3c9050be9a11be807
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoInitial empty repository
LF Jenkins CI [Wed, 11 Mar 2020 16:06:57 +0000 (16:06 +0000)]
Initial empty repository