Commit 35c41d86 authored by Joanne Hugé's avatar Joanne Hugé

software/ors-amarisoft: rename SR to ors-amarisoft

parent a0a15956
...@@ -20,19 +20,19 @@ md5sum = b533809540cf576f0685cdf9ac901350 ...@@ -20,19 +20,19 @@ md5sum = b533809540cf576f0685cdf9ac901350
[template-lte-enb-epc] [template-lte-enb-epc]
_update_hash_filename_ = instance-enb-epc.jinja2.cfg _update_hash_filename_ = instance-enb-epc.jinja2.cfg
md5sum = 283d9929e9abfa4ab929a09fbd359a7b md5sum = b575dfcba9933226bf587ae672598263
[template-lte-enb] [template-lte-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 3794c73b45a76a610cc51d76d941a8a8 md5sum = 9ec3af85f7e0b5a7fb5c0208be6b4dad
[template-lte-gnb-epc] [template-lte-gnb-epc]
_update_hash_filename_ = instance-gnb-epc.jinja2.cfg _update_hash_filename_ = instance-gnb-epc.jinja2.cfg
md5sum = 1d075c0956f6423c75eda6b94b913161 md5sum = 7d8ffae338ed92aac4070ab432b90359
[template-lte-gnb] [template-lte-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg _update_hash_filename_ = instance-gnb.jinja2.cfg
md5sum = d908bb5ad09f5beb75bd8dcd6ad7829f md5sum = a3f0e3a9b125e1b1eaf2f5caf6f8d17c
[template-lte-epc] [template-lte-epc]
_update_hash_filename_ = instance-epc.jinja2.cfg _update_hash_filename_ = instance-epc.jinja2.cfg
......
#
# Deploy LTE instance
#
[buildout] [buildout]
parts = parts =
directory directory
......
#
# Deploy LTE instance
#
[buildout] [buildout]
parts = parts =
directory directory
# publish-connection-parameter
ltelogs ltelogs
lte-enb-config lte-enb-config
lte-enb-service lte-enb-service
......
#
# Deploy LTE instance
#
[buildout] [buildout]
parts = parts =
directory directory
......
#
# Deploy LTE instance
#
[buildout] [buildout]
parts = parts =
directory directory
# publish-connection-parameter
ltelogs ltelogs
lte-gnb-config lte-gnb-config
lte-enb-service lte-enb-service
......
{ {
"name": "LTE", "name": "ORS Amarisoft",
"description": "LTE", "description": "4G and 5G amarisoft stack for ORS",
"serialisation": "xml", "serialisation": "xml",
"software-type": { "software-type": {
"enb": { "enb": {
......
{ {
"name": "LTE", "name": "ORS Amarisoft",
"description": "LTE", "description": "4G and 5G amarisoft stack for ORS",
"serialisation": "xml", "serialisation": "xml",
"software-type": { "software-type": {
"enb": { "enb": {
......
{ {
"name": "LTE", "name": "ORS Amarisoft",
"description": "LTE", "description": "4G and 5G amarisoft stack for ORS",
"serialisation": "xml", "serialisation": "xml",
"software-type": { "software-type": {
"enb": { "enb": {
......
{ {
"name": "LTE", "name": "ORS Amarisoft",
"description": "LTE", "description": "4G and 5G amarisoft stack for ORS",
"serialisation": "xml", "serialisation": "xml",
"software-type": { "software-type": {
"enb": { "enb": {
......
{ {
"name": "LTE", "name": "ORS Amarisoft",
"description": "LTE", "description": "4G and 5G amarisoft stack for ORS",
"serialisation": "xml", "serialisation": "xml",
"software-type": { "software-type": {
"enb": { "enb": {
......
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.0.1.dev0' version = '0.0.1.dev0'
name = 'slapos.test.lte' name = 'slapos.test.ors-amarisoft'
with open("README.md") as f: with open("README.md") as f:
long_description = f.read() long_description = f.read()
setup( setup(
name=name, name=name,
version=version, version=version,
description="Test for SlapOS' LTE", description="Test for SlapOS' ORS LTE NR",
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
maintainer="Nexedi", maintainer="Nexedi",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment