sim/a1-interface.git
3 years agoUpdate Release Notes for Bronze 80/4080/1 bronze
elinuxhenrik [Fri, 12 Jun 2020 06:57:46 +0000 (08:57 +0200)]
Update Release Notes for Bronze

Change-Id: I75d9ec76c22b9a886cd38890f27fbfc540c05dfa
Issue-ID: NONRTRIC-230
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
3 years agoRelease candidate 0 of sim-a1-interface 47/4047/2
elinuxhenrik [Wed, 10 Jun 2020 07:35:37 +0000 (09:35 +0200)]
Release candidate 0 of sim-a1-interface

Change-Id: I3757d705cf6a9e02260988830f0ae4640087a88e
Issue-ID: NONRTRIC-230
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
3 years agoMerge "Step version for release" 2.0.0 BronzeRC0
John Keeney [Thu, 4 Jun 2020 11:51:47 +0000 (11:51 +0000)]
Merge "Step version for release"

3 years agoUpdate test scripts to use env variable ALLOW_HTTP 39/3939/1
RehanRaza [Mon, 1 Jun 2020 15:31:08 +0000 (17:31 +0200)]
Update test scripts to use env variable ALLOW_HTTP

Change-Id: I742d19337ce563170f8d7a833f6c94181db705ba
Issue-ID: NONRTRIC-240
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
3 years agoEnable http using an environment variable 16/3916/2
RehanRaza [Fri, 29 May 2020 15:46:40 +0000 (17:46 +0200)]
Enable http using an environment variable

Change-Id: I29bfb49e6538dbad87e5a030b42ba03c45545150
Issue-ID: NONRTRIC-232
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
3 years agoStep version for release 95/3895/1
elinuxhenrik [Thu, 28 May 2020 13:57:11 +0000 (15:57 +0200)]
Step version for release

Change-Id: Ibc2c3603c224084511bfc4f759950a917d373cfd
Issue-ID: NONRTRIC-230
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
3 years agoAdd default certificates for a1-interface 67/3767/2
ecaiyanlinux [Wed, 20 May 2020 09:17:33 +0000 (11:17 +0200)]
Add default certificates for a1-interface

The default certificates are in folder /usr/src/app/cert
The default certificates can be overriden by mounting a volume in 'docker run' command or in a docker-compose.yml file
ex:
in 'docker run':
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=OSC_2.1.0 -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
in 'docker-compose.yml':
volumes:
      - ./certificate:/usr/src/app/cert:ro

Issue-ID: NONRTRIC-218
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I0db70fe403f8190257bb7fe910d08ab59b3b8ed3

3 years agoFix two bugs in simulator & code cleaning 33/3733/3
ecaiyanlinux [Mon, 18 May 2020 12:40:53 +0000 (14:40 +0200)]
Fix two bugs in simulator & code cleaning

Bug 1: a1-interface is now runing single threaded, so need to setup a standalone callback server to test purpose
Bug 2: need to pass real ip from nginx to upstream main.py

Issue-ID: NONRTRIC-218
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Ia04cbf6a402aff444f17ddd8e9bd41a19a687791

3 years agoUpdate a1-interface with nginx to support https 01/3701/3
ecaiyanlinux [Thu, 14 May 2020 13:11:45 +0000 (15:11 +0200)]
Update a1-interface with nginx to support https

a1-interface is implemented with python flask
It does not support both http/https at the same time
This commit installs nginx in python image
nginx is serving http/https requests
All real traffic will be forwarded to python process
nginx is serving as a pure reverse-proxy

Issue-ID: NONRTRIC-218
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I1edcd0d02023643feca042689283ef242d39e555

3 years agoMerge "Added IPV6 support and support for https"
Maxime Bonneau [Tue, 5 May 2020 07:52:06 +0000 (07:52 +0000)]
Merge "Added IPV6 support and support for https"

3 years agoAdded IPV6 support and support for https 97/3497/2
BjornMagnussonXA [Mon, 27 Apr 2020 06:52:23 +0000 (08:52 +0200)]
Added IPV6 support and support for https

Added readout of remote host in the metrics readout

Added basic test to run both in secue and nonsecure mode

Change-Id: I797aacf1dc6b4214c2380bc339cdf19dd0616103
Issue-ID: NONRTRIC-199
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
4 years agoChange formatting of API documentation 12/3412/1
elinuxhenrik [Thu, 23 Apr 2020 05:47:44 +0000 (07:47 +0200)]
Change formatting of API documentation

Change-Id: I4abf74c2b9e47c554bcab76cea88796abbdbc5a2
Issue-ID: NONRTRIC-158
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
4 years agoAdd links to API yaml files 74/3374/1
elinuxhenrik [Wed, 22 Apr 2020 09:01:08 +0000 (11:01 +0200)]
Add links to API yaml files

Change-Id: I96e44a72841219aa264e04deeeb485e921572e4a
Issue-ID: NONRTRIC-158
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
4 years agoFixed formatting of API documentation 44/3344/1
elinuxhenrik [Mon, 20 Apr 2020 15:05:00 +0000 (17:05 +0200)]
Fixed formatting of API documentation

Change-Id: Ieeb03552c1c7beefb314faf16e89e59067a4bc48
Issue-ID: NONRTRIC-158
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
4 years agoAdd references in documentation 10/3310/1
elinuxhenrik [Fri, 17 Apr 2020 14:26:09 +0000 (16:26 +0200)]
Add references in documentation

Change-Id: I45262f7099c526f50353271a463a5f2de9c720e5
Issue-ID: NONRTRIC-158
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
4 years agoMerge "Corrected README and error message"
John Keeney [Thu, 16 Apr 2020 17:26:03 +0000 (17:26 +0000)]
Merge "Corrected README and error message"

4 years agoCorrected README and error message 87/3287/1
BjornMagnussonXA [Wed, 15 Apr 2020 22:04:28 +0000 (00:04 +0200)]
Corrected README and error message

Change-Id: I52311fba8b4c4bcbfb42e92519b52729cacbd885
Issue-ID: NONRTRIC-120
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
4 years agoFix import error in documentation 80/3280/1
elinuxhenrik [Wed, 15 Apr 2020 12:42:27 +0000 (14:42 +0200)]
Fix import error in documentation

Change-Id: Ie3ca8674b345c7da28b6f489529353ff643ab51c
Issue-ID: NONRTRIC-191
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
4 years agoAdd first version of documentation 60/3260/5
elinuxhenrik [Wed, 8 Apr 2020 09:23:55 +0000 (11:23 +0200)]
Add first version of documentation

Change-Id: I6333e54943e7a7a4a1fe2a36e08e6699fa5b7faf
Issue-ID: NONRTRIC-191
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
4 years agoLittle corrections in simulator 25/3225/1
maximesson [Wed, 8 Apr 2020 14:27:17 +0000 (16:27 +0200)]
Little corrections in simulator

Change-Id: I31802dd243735b393a9f3c19abf0e270acb26a16
Issue-ID: NONRTRIC-158
Signed-off-by: maximesson <maxime.bonneau@est.tech>
4 years agoMerge "Corrected A1 simulator image tag"
Maxime Bonneau [Tue, 7 Apr 2020 07:27:29 +0000 (07:27 +0000)]
Merge "Corrected A1 simulator image tag"

4 years agoCorrected A1 simulator image tag 34/3134/1
BjornMagnussonXA [Fri, 3 Apr 2020 12:40:45 +0000 (14:40 +0200)]
Corrected A1 simulator image tag

Change-Id: I06da9e401de9e2a0f5b7d92dbbd2bd4d47f9bbfe
Issue-ID: NONRTRIC-120
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
4 years agoAdd .gitattributes file 62/2962/4
maximesson [Wed, 25 Mar 2020 08:46:16 +0000 (09:46 +0100)]
Add .gitattributes file

Change-Id: I07963218c7f1ece46af59ba1804fbd2e9a91fa30
Issue-ID: NONRTRIC-88
Signed-off-by: maximesson <maxime.bonneau@est.tech>
4 years agoAdded multiple A1 support in Near-RT RIC simulator 71/2971/4
BjornMagnussonXA [Wed, 25 Mar 2020 08:37:14 +0000 (09:37 +0100)]
Added multiple A1 support in Near-RT RIC simulator

Change-Id: If4927690ea19fca7148809cd0c853cb29887fc7e

Issue-ID: NONRTRIC-120

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: Iadbaa6df6a3eb966bf845818ee8276115bd84742

4 years agoMerge "Addition to the first commit"
John Keeney [Fri, 20 Mar 2020 18:22:31 +0000 (18:22 +0000)]
Merge "Addition to the first commit"

4 years agoAddition to the first commit 01/2901/3
maximesson [Fri, 20 Mar 2020 15:20:57 +0000 (16:20 +0100)]
Addition to the first commit

Change-Id: Ib51cb9b558de6493c5f88650b6b508c44cad74bf
Issue-ID: NONRTRIC-88
Signed-off-by: maximesson <maxime.bonneau@est.tech>
4 years agoModify simulator Dockerfile in a line with jenkins 97/2897/1
YongchaoWu [Fri, 20 Mar 2020 10:25:50 +0000 (11:25 +0100)]
Modify simulator Dockerfile in a line with jenkins

change to relative path

Issue-ID: NONRTRIC-163
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Change-Id: I2b3ae15d5cb0560e7eab7cafb6b008b261436ddc

4 years agoFirst commit of the near-rt-ric simulator 26/2826/2
maximesson [Thu, 12 Mar 2020 16:24:41 +0000 (17:24 +0100)]
First commit of the near-rt-ric simulator

Change-Id: Ieba6bec9cf745cc2bcfeaef0a11be946f3356153
Issue-ID: NONRTRIC-88
Signed-off-by: maximesson <maxime.bonneau@est.tech>
4 years agoAdd new committers. 85/2685/3
Alex Stancu [Thu, 5 Mar 2020 13:31:53 +0000 (15:31 +0200)]
Add new committers.

Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
Change-Id: Iad5aabf73fac270ac4aebb319a284b34c29540cb
Issue-Id: SIM-15

4 years agoAdding INFO file for review 74/774/1
Aric Gardner [Thu, 22 Aug 2019 21:15:45 +0000 (17:15 -0400)]
Adding INFO file for review

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ic85966738ae7b61c416267ad5e00717ea2c89e53

4 years agoForcing .gitreview into repo
Aric Gardner [Thu, 22 Aug 2019 20:49:44 +0000 (16:49 -0400)]
Forcing .gitreview into repo

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
4 years agoInitial empty repository
Aric Gardner [Tue, 14 May 2019 17:56:23 +0000 (17:56 +0000)]
Initial empty repository