ric-app/ts.git
15 months agoFixing RMR communication issue 70/10270/1 h-release master
sandeepindia [Mon, 16 Jan 2023 07:32:12 +0000 (07:32 +0000)]
Fixing RMR communication issue

Signed-off-by: sandeepindia <kumar.sandeep3@hcl.com>
Change-Id: If53828ace2ba295ac9732ad3c77f9d83bebeabfd

15 months agoRelease 1.2.5 41/10241/1 g-release
Alexandre Huff [Sat, 7 Jan 2023 01:58:09 +0000 (22:58 -0300)]
Release 1.2.5

Issue-ID: RICAPP-205

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I51281d5fca55dfcc6541d1182a3515cb2d31d645

15 months agoBump version to 1.2.5 and push to staging area 40/10240/1 1.2.5
Alexandre Huff [Sat, 7 Jan 2023 01:26:26 +0000 (22:26 -0300)]
Bump version to 1.2.5 and push to staging area

Issue-ID: RICAPP-205

Change-Id: I617ae0e45a6df4c3f63f46c501d0da7d886bcb07
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
16 months ago[ISSUE-ID]: RICAPP-205 Fix communication between TS and QP xApp 91/10191/1
Deepanshu Karnwal [Mon, 19 Dec 2022 11:32:00 +0000 (17:02 +0530)]
[ISSUE-ID]: RICAPP-205 Fix communication between TS and QP xApp

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

16 months ago[ISSUE-ID] : RICAPP-202 upgrading protofile and modified NodebHandler to build CELL... 58/9958/1
sandeepindia [Mon, 5 Dec 2022 20:07:03 +0000 (01:37 +0530)]
[ISSUE-ID] : RICAPP-202 upgrading protofile and modified NodebHandler to build CELL-RAN map (cell_map)

Signed-off-by: sandeepindia <kumar.sandeep3@hcl.com>
Change-Id: I6bef83d0f80d2ebd7155825098767f6dc3e75f89

21 months agoImprove error handling on rest api 44/8744/1
Alexandre Huff [Thu, 7 Jul 2022 23:07:32 +0000 (20:07 -0300)]
Improve error handling on rest api

This change includes error handling improvements in the REST API.

Issue-ID: RICAPP-198

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Id20541ba0a925407bbca32ebbdd5c37adf5692cd

22 months agoRelease 1.2.4 63/8663/1 f-release
Alexandre Huff [Wed, 29 Jun 2022 15:23:30 +0000 (12:23 -0300)]
Release 1.2.4

Issue-ID: RICAPP-197

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I5a2d43343ab3071192c65d8f615e9eb3b2e2e8fb

22 months agoBump version to 1.2.4 and push to staging area 62/8662/1 1.2.4
Alexandre Huff [Wed, 29 Jun 2022 15:04:07 +0000 (12:04 -0300)]
Bump version to 1.2.4 and push to staging area

Issue-ID: RICAPP-197

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ic9945f860461a421fae0cb1768d7a288c8a1ecaf

22 months agoFixing Proto file 20/8620/1
sandeepindia [Sat, 25 Jun 2022 11:42:12 +0000 (17:12 +0530)]
Fixing Proto file
Issue-ID: RICAPP-197

Signed-off-by: sandeepindia <kumar.sandeep3@hcl.com>
Change-Id: Ief74a8823dac595131a2a0744446fa1e64000e88

23 months agoRelease 1.2.3 56/8256/1
Alexandre Huff [Tue, 10 May 2022 21:08:01 +0000 (18:08 -0300)]
Release 1.2.3

Issue-ID: RICAPP-188

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I28b70aef3c201890f90f3eff6019fcf6ee267369

23 months agoUpdate TS to enforce A1 policy on throughput predictions 52/8252/1 1.2.3
Alexandre Huff [Tue, 10 May 2022 20:00:23 +0000 (17:00 -0300)]
Update TS to enforce A1 policy on throughput predictions

TS xApp does not enforce the A1 Policy "threshold" to send CONTROL
messages. This feature was disabled in previous changes to allow
interoperability with other xApps in the TS use case.

This change re-enables the "threshold" policy in TS xApp.
If one of the cells has a higher throughput prediction above
a given "threshold" percentage than the current serving cell,
then TS sends a CONTROL request to hanfoff the UE to the cell
with the higher throughput.

Issue-ID: RICAPP-188

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I1bdaa80407aee6873107ea4c70e1781df6bbb7af

2 years agoRelease 1.2.2 28/8128/1
Alexandre Huff [Tue, 26 Apr 2022 21:51:40 +0000 (18:51 -0300)]
Release 1.2.2

Issue-ID: RICAPP-187

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ia640b7a74c610baf20384f586296dc7c55d022a4

2 years agoFix dummy values in gRPC message sent to RC xApp 25/8125/1 1.2.2
Alexandre Huff [Tue, 26 Apr 2022 12:42:11 +0000 (09:42 -0300)]
Fix dummy values in gRPC message sent to RC xApp

TS xApp did not populate ran_name, plmn_id, and e2_node_id
in gRPC messages sent to RC xApp. These fields were always
set up with dummy values.

This change maps the nodeb's information from the handoff target cell,
and populates the required information in corresponding fields.
This change also adds a generic REST client API to send HTTP requests,
and allows the E2 Manager endpoint used by TS to changed using the
environment variable SERVICE_E2MGR_HTTP_BASE_URL.

Issue-ID: RICAPP-187

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I45acb87ad2391199658d41457919279e46c97fdf

2 years agoRelease 1.2.1 21/7721/1
Alexandre Huff [Wed, 9 Feb 2022 15:57:10 +0000 (12:57 -0300)]
Release 1.2.1

Issue-ID: RICAPP-186

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Iffdf6d711170fc48c53f79dc1f3294e27088a208

2 years agoFix startup CrashLoopBackOff issue 20/7720/1 1.2.1
Alexandre Huff [Wed, 9 Feb 2022 15:41:41 +0000 (12:41 -0300)]
Fix startup CrashLoopBackOff issue

Traffic steering xApp crashes on startup due to a bug in
xapp-frame-cpp $XAPP_DESCRIPTOR_PATH parser.

This change updates both xapp-frame-cpp and RMR dependencies
to fix the CrashLoopBackOff issue in TS xApp.

Issue-ID: RICAPP-186

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ifd06d19a8200e2842b0c9e06b79d42a70f6b8041

2 years agoRelease 1.2.0 80/7280/1 e-release
Alexandre Huff [Thu, 9 Dec 2021 03:48:48 +0000 (00:48 -0300)]
Release 1.2.0

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I84ed61833eba31c57f650209019820079d57567e

2 years agoUpdate TS xApp for Release E use case 79/7279/1 1.2.0
Alexandre Huff [Thu, 9 Dec 2021 03:29:05 +0000 (00:29 -0300)]
Update TS xApp for Release E use case

Issue-ID: RICAPP-182

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: I9226eed4e830f497ca5e45f49819d0e882f71308

2 years agoRelease 1.1.1 31/6431/1 dawn
Alexandre Huff [Thu, 24 Jun 2021 20:14:05 +0000 (17:14 -0300)]
Release 1.1.1

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ib7df9d8f5c155da094160eee4147629f00436e98

2 years agoFix extra nil termination char sent in RMR payload 29/6429/2 1.1.1
Alexandre Huff [Thu, 24 Jun 2021 16:22:08 +0000 (13:22 -0300)]
Fix extra nil termination char sent in RMR payload

Issue-ID: RICAPP-172

Change-Id: I5707ff9309a711ccb69073a5f09aaa47fb46bb04
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
2 years agoReplacing committer Scott Daniels with Alexandre Huff 86/6386/1
Alexandre Huff [Wed, 23 Jun 2021 01:51:50 +0000 (22:51 -0300)]
Replacing committer Scott Daniels with Alexandre Huff

Change-Id: Iadf7e42b11c61278e4145b3c71346f9706e3b90a
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
2 years agoFixes A1 Policy documentation and bumps minor version 81/6281/1
Alexandre Huff [Wed, 9 Jun 2021 21:22:45 +0000 (18:22 -0300)]
Fixes A1 Policy documentation and bumps minor version

Change-Id: I939704a64732e57fc7edb5c3321b0114d6dbc221
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
2 years agoUpdate TS xApp for Release D use case 64/6164/1 1.1.0
Alexandre Huff [Fri, 28 May 2021 16:32:02 +0000 (13:32 -0300)]
Update TS xApp for Release D use case

Issue-ID: RICAPP-170

Change-Id: I436624ce9db05af005eb660817cbd0a59dd7e0fe
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
3 years agoFix copyright statements 97/5497/3
E. Scott Daniels [Fri, 22 Jan 2021 13:16:05 +0000 (08:16 -0500)]
Fix copyright statements

Issue-ID: RIC-736

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I7f04ad5d9b1eaf8c21ff8f095fdac0e2232067fe
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
3 years agoRelease 1.0.13 00/5300/1 cherry
Ron Shacham [Thu, 10 Dec 2020 16:07:03 +0000 (11:07 -0500)]
Release 1.0.13

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

3 years agoChanges to SDL read to support new keys used by KPIMON 80/5280/1 1.0.13
Ron Shacham [Tue, 8 Dec 2020 18:20:20 +0000 (13:20 -0500)]
Changes to SDL read to support new keys used by KPIMON

Issue-ID: RICAPP-96

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

3 years ago[Issue-Id: RICAPP-153]: Update Container tag for Traffic Streering 70/5270/1
vaishali sachdeva [Tue, 8 Dec 2020 11:44:34 +0000 (17:14 +0530)]
[Issue-Id: RICAPP-153]: Update Container tag for Traffic Streering

Signed-off-by: vaishali sachdeva <vaishali.sachdeva@hcl.com>
Change-Id: I83d7732a76fe65e3f4bd80e1185c437d5af2a6b1

3 years ago[Issue-Id: RICAPP-150]: Introduced Anomaly ACK for AD xApp use case 06/5106/1
Deepanshu Karnwal [Wed, 18 Nov 2020 07:05:12 +0000 (12:35 +0530)]
[Issue-Id: RICAPP-150]: Introduced Anomaly ACK for AD xApp use case

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

3 years agoFixed up Dockerfile for db prepopulate 79/4079/2 bronze
Ron Shacham [Fri, 12 Jun 2020 03:22:01 +0000 (23:22 -0400)]
Fixed up Dockerfile for db prepopulate

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

3 years agoRelease 1.0.11 78/4078/1
Ron Shacham [Fri, 12 Jun 2020 01:31:27 +0000 (21:31 -0400)]
Release 1.0.11

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

3 years agoRemoved unnecessary logging messages 72/4072/1 1.0.11
Ron Shacham [Thu, 11 Jun 2020 16:34:46 +0000 (12:34 -0400)]
Removed unnecessary logging messages

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

3 years agoSet env variable for RMR Source ID 25/4025/1
Ron Shacham [Mon, 8 Jun 2020 15:02:14 +0000 (11:02 -0400)]
Set env variable for RMR Source ID

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

3 years agoUpdated xapp-descriptor to use rmr-data key instead of rmr-data-in 62/3962/1
Ron Shacham [Tue, 2 Jun 2020 21:13:07 +0000 (17:13 -0400)]
Updated xapp-descriptor to use rmr-data key instead of rmr-data-in

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

3 years agoAdded documentation 57/3957/2
Ron Shacham [Tue, 2 Jun 2020 17:48:42 +0000 (13:48 -0400)]
Added documentation

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

3 years agoFixed up error from last commit 58/3858/1
Ron Shacham [Tue, 26 May 2020 20:47:33 +0000 (16:47 -0400)]
Fixed up error from last commit

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

3 years agoDebugging output to show threshold is updated based on A1-P, static route to A1mediat... 57/3857/1
Ron Shacham [Tue, 26 May 2020 20:35:06 +0000 (16:35 -0400)]
Debugging output to show threshold is updated based on A1-P, static route to A1mediator fixed

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

3 years agoRelease 1.0.7 54/3854/1
Ron Shacham [Tue, 26 May 2020 18:06:51 +0000 (14:06 -0400)]
Release 1.0.7

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

3 years agoFixed parsing issue for incoming prediction message 53/3853/2 1.0.7
Ron Shacham [Tue, 26 May 2020 17:43:44 +0000 (13:43 -0400)]
Fixed parsing issue for incoming prediction message

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

3 years agoRelease 1.0.6 02/3802/1
Ron Shacham [Fri, 22 May 2020 21:14:47 +0000 (17:14 -0400)]
Release 1.0.6

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

3 years agoFixed the route for 30000 message type; fixed license at top of write_sdl.cpp which... 01/3801/2 1.0.6
Ron Shacham [Fri, 22 May 2020 20:54:02 +0000 (16:54 -0400)]
Fixed the route for 30000 message type; fixed license at top of write_sdl.cpp which was being interpreted as prepocessor statements

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

3 years agoSwitched message name in xapp descriptor to correct TS_QOE_PREDICTION instead of... 98/3798/1
Ron Shacham [Fri, 22 May 2020 13:16:18 +0000 (09:16 -0400)]
Switched message name in xapp descriptor to correct TS_QOE_PREDICTION instead of 'QUE'

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

3 years agoRelease 1.0.5 86/3786/1
Ron Shacham [Thu, 21 May 2020 14:28:20 +0000 (10:28 -0400)]
Release 1.0.5

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

3 years agoAdded support for A1 Policy Create message parsing 78/3778/1 1.0.5
Ron Shacham [Thu, 21 May 2020 02:09:23 +0000 (22:09 -0400)]
Added support for A1 Policy Create message parsing

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

3 years agoUpdated image tag in xapp descriptor 77/3777/1
Ron Shacham [Wed, 20 May 2020 23:01:41 +0000 (19:01 -0400)]
Updated image tag in xapp descriptor

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

3 years agoMerge "Ensure that SDL libraries are in the image"
Ron Shacham [Wed, 20 May 2020 21:50:01 +0000 (21:50 +0000)]
Merge "Ensure that SDL libraries are in the image"

3 years agoEnsure that SDL libraries are in the image 76/3776/1
E. Scott Daniels [Wed, 20 May 2020 21:34:17 +0000 (17:34 -0400)]
Ensure that SDL libraries are in the image

The SDL libraries don't install into the usual /usr/local
portion of the filesystem and thus were not being included
in the final image. This change ensures they are included
by reinstalling them in the final image.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I7c91e9e10759dd0b8ecadf2d685bf6ef1956e8d1

3 years agoIncluded k8s job for populating DB namespaces for TS use-case test 32/3732/2
Ron Shacham [Mon, 18 May 2020 16:54:54 +0000 (12:54 -0400)]
Included k8s job for populating DB namespaces for TS use-case test

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

3 years agoRelease 1.0.3 21/3721/1
Ron Shacham [Fri, 15 May 2020 18:45:41 +0000 (14:45 -0400)]
Release 1.0.3

Issue-ID: RICAPP-96

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

3 years agoAdd xApp descriptor in repo 02/3702/6 1.0.3
Ron Shacham [Thu, 14 May 2020 23:01:36 +0000 (19:01 -0400)]
Add xApp descriptor in repo

Issue-ID: RICAPP-97

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

3 years agoTS pred logic 45/3645/1
Ron Shacham [Fri, 8 May 2020 16:14:44 +0000 (12:14 -0400)]
TS pred logic
Issue-ID: RICAPP-19

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

4 years agoDockerfile corrections 55/3555/2
E. Scott Daniels [Thu, 30 Apr 2020 19:20:33 +0000 (15:20 -0400)]
Dockerfile corrections

Remove stray comments and bad copy.

Issue-ID: RIC-349

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I41718566a3235af7958b9fc20e6996fd902a37fe

4 years agoFix bootstrap route table 46/3546/1
E. Scott Daniels [Thu, 30 Apr 2020 15:39:36 +0000 (11:39 -0400)]
Fix bootstrap route table

The TS_UE_LIST entry in the bootstrap table was never
fixed up from being commented out.

Issue-ID: RIC-349

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I77cffc96150831b1f1ef1f78ac6a45b49841dc24

4 years agoPhase 2 of image generation prep 35/3535/4
E. Scott Daniels [Wed, 29 Apr 2020 14:07:53 +0000 (10:07 -0400)]
Phase 2 of image generation prep

This change:
  - deletes some of the unnecessary framework
    files which were imported at repo create time.

  - adds docs for RTD

  - Adds CMake files to build (easier for CI)

  - Tweaks the docker file to build using cmake

Issue-ID: RIC-349

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I94202642764d4b4c0c3555a37dc8b36f4c009f3f

4 years agoAdd docker file to build image 19/3519/1
E. Scott Daniels [Tue, 28 Apr 2020 18:17:08 +0000 (14:17 -0400)]
Add docker file to build image

Issue-ID: RIC-349

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I48c498970e02727009fc1ca17cdb1df5bf8cf3d8

4 years agoInitial commit of TS xapp 57/3457/1
Ron Shacham [Fri, 24 Apr 2020 18:46:48 +0000 (14:46 -0400)]
Initial commit of TS xapp

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

4 years agoMerge "Automation adds INFO.yaml"
Matti Hiltunen [Wed, 18 Mar 2020 17:27:48 +0000 (17:27 +0000)]
Merge "Automation adds INFO.yaml"

4 years agoInitial license stash 68/2768/1
E. Scott Daniels [Thu, 12 Mar 2020 14:48:55 +0000 (10:48 -0400)]
Initial license stash

This change pushes in the standard licence file.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I70920332d75870a8337d9a4c442be28dd9d5985f

4 years agoAutomation adds INFO.yaml 53/2653/2
LF Jenkins CI [Wed, 11 Mar 2020 15:47:54 +0000 (15:47 +0000)]
Automation adds INFO.yaml

Change-Id: I20a0acb7757a8af2de9d66bc41b057348e1e6f85
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoAutomation adds .gitreview 52/2652/2
LF Jenkins CI [Wed, 11 Mar 2020 15:47:44 +0000 (15:47 +0000)]
Automation adds .gitreview

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