Update version number in container-tag for F Maintenance Release 33/8933/2 2.3.1
authorhalil.cakal <halil.cakal@est.tech>
Wed, 24 Aug 2022 13:50:57 +0000 (14:50 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Wed, 24 Aug 2022 17:04:16 +0000 (18:04 +0100)
commit514637b303ec7dc6390007be1a046189f7a9d169
treebaae6695c57726c15152166460977dccc06c08fd
parentf6a48104c0a89a91dc36bb175c8ca301bfc9950d
Update version number in container-tag for F Maintenance Release

Patch set 2: Cherry picks added and squashed.

Issue-ID: NONRTRIC-757
Change-Id: I47b9b6c322ebdd8f6f29aa5f92c1b3847976efb9
Signed-off-by: halil.cakal <halil.cakal@est.tech>
54 files changed:
.gitignore
LICENSE.txt [new file with mode: 0755]
docs/callout-server.rst [new file with mode: 0755]
docs/conf.py
docs/images/yaml_logo.png [new file with mode: 0644]
docs/index.rst
docs/kafka-message-dispatcher.rst [new file with mode: 0755]
docs/release-notes.rst
docs/requirements-docs.txt
near-rt-ric-simulator/README.md
near-rt-ric-simulator/api/STD_1.1.3/STD_A1.yaml
near-rt-ric-simulator/container-tag.yaml
near-rt-ric-simulator/src/STD_2.0.0/a1.py [changed mode: 0644->0755]
near-rt-ric-simulator/test/EXT_SRV/.gitignore [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/README.md [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml
near-rt-ric-simulator/test/EXT_SRV/docs/_static/logo.png [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/docs/conf.py [new file with mode: 0755]
near-rt-ric-simulator/test/EXT_SRV/docs/conf.yaml [new file with mode: 0755]
near-rt-ric-simulator/test/EXT_SRV/docs/ext-srv-api.rst [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/docs/favicon.ico [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/docs/index.rst [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/docs/overview.rst [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/docs/release-notes.rst [new file with mode: 0644]
near-rt-ric-simulator/test/EXT_SRV/tox.ini [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/.gitignore [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/Dockerfile [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/README.md [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/api/KAFKA_DISPATCHER_api.yaml [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/certificate/cert.crt [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/certificate/generate_cert_and_key.sh [new file with mode: 0755]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/certificate/key.crt [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/certificate/pass [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/nginx.conf [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/resources/policytype_to_topicmap.json [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/src/dispatcher.py [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/src/main.py [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/src/maincommon.py [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/src/payload_logging.py [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/src/start.sh [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER/src/var_declaration.py [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/basic_test.sh [new file with mode: 0755]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/build_and_start.sh [new file with mode: 0755]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/jsonfiles/ANR_to_topic_map.json [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/jsonfiles/alpha_policy.json [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/jsonfiles/beta_policy.json [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/jsonfiles/forced_response.json [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/jsonfiles/timeout_response.json [new file with mode: 0644]
near-rt-ric-simulator/test/KAFKA_DISPATCHER_TEST/timeout_test.sh [new file with mode: 0755]
near-rt-ric-simulator/test/STD_2.0.0/build_and_start_with_kafka.sh [new file with mode: 0755]
near-rt-ric-simulator/test/common/consume_events_from_kafka_bus.py [new file with mode: 0644]
near-rt-ric-simulator/test/common/publish_response_event_to_kafka_bus.py [new file with mode: 0644]
near-rt-ric-simulator/test/common/test_common.sh
tox.ini