Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex037yang
OpenXG-RAN
Commits
152f7345
Commit
152f7345
authored
Nov 16, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCKER] fixes after review
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
da5a034e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
305 deletions
+25
-305
docker/scripts/generateTemplate.py
docker/scripts/generateTemplate.py
+3
-0
docker/scripts/parameters.json
docker/scripts/parameters.json
+0
-304
docker/scripts/parameters.yaml
docker/scripts/parameters.yaml
+22
-1
No files found.
docker/scripts/generateTemplate.py
View file @
152f7345
#/*
# * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.1 (the "License"); you may not use this file
...
...
docker/scripts/parameters.json
deleted
100644 → 0
View file @
da5a034e
[
{
"filePrefix"
:
"cu"
,
"config"
:
[
{
"key"
:
"Active_eNBs"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"eNB_name"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"plmn_list"
,
"env"
:
{
"mcc"
:
"@MCC@"
,
"mnc"
:
"@MNC@"
,
"mnc_length"
:
"@MNC_LENGTH@"
}
},
{
"key"
:
"tracking_area_code"
,
"env"
:
"@TAC@"
},
{
"key"
:
"local_s_if_name"
,
"env"
:
"@F1_IF_NAME@"
},
{
"key"
:
"remote_s_address"
,
"env"
:
"@F1_DU_IP_ADDRESS@"
},
{
"key"
:
"local_s_address"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"eutra_band"
,
"env"
:
"@UTRA_BAND_ID@"
},
{
"key"
:
"downlink_frequency"
,
"env"
:
"@DL_FREQUENCY_IN_MHZ@000000"
},
{
"key"
:
"uplink_frequency_offset"
,
"env"
:
"@UL_FREQUENCY_OFFSET_IN_MHZ@000000"
},
{
"key"
:
"Nid_cell"
,
"env"
:
"@NID_CELL@"
},
{
"key"
:
"N_RB_DL"
,
"env"
:
"@NB_PRB@"
},
{
"key"
:
"ipv4"
,
"env"
:
"@MME_S1C_IP_ADDRESS@"
},
{
"key"
:
"ENB_INTERFACE_NAME_FOR_S1_MME"
,
"env"
:
"@S1C_IF_NAME@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_S1_MME"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"ENB_INTERFACE_NAME_FOR_S1U"
,
"env"
:
"@S1U_IF_NAME@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_S1U"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_X2C"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
}
]
},
{
"filePrefix"
:
"du"
,
"config"
:
[
{
"key"
:
"Active_eNBs"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"eNB_name"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"plmn_list"
,
"env"
:
{
"mcc"
:
"@MCC@"
,
"mnc"
:
"@MNC@"
,
"mnc_length"
:
"@MNC_LENGTH@"
}
},
{
"key"
:
"tracking_area_code"
,
"env"
:
"@TAC@"
},
{
"key"
:
"local_n_if_name"
,
"env"
:
"@F1_IF_NAME@"
},
{
"key"
:
"remote_n_address"
,
"env"
:
"@F1_DU_IP_ADDRESS@"
},
{
"key"
:
"local_n_address"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"eutra_band"
,
"env"
:
"@UTRA_BAND_ID@"
},
{
"key"
:
"downlink_frequency"
,
"env"
:
"@DL_FREQUENCY_IN_MHZ@000000"
},
{
"key"
:
"uplink_frequency_offset"
,
"env"
:
"@UL_FREQUENCY_OFFSET_IN_MHZ@000000"
},
{
"key"
:
"Nid_cell"
,
"env"
:
"@NID_CELL@"
},
{
"key"
:
"N_RB_DL"
,
"env"
:
"@NB_PRB@"
}
]
},
{
"filePrefix"
:
"rru.fdd"
,
"config"
:
[
{
"key"
:
"local_if_name"
,
"env"
:
"@@"
},
{
"key"
:
"remote_address"
,
"env"
:
"@@"
},
{
"key"
:
"local_address"
,
"env"
:
"@@"
},
{
"key"
:
"bands"
,
"env"
:
"@@"
}
]
},
{
"filePrefix"
:
"rru.tdd"
,
"config"
:
[
{
"key"
:
"local_if_name"
,
"env"
:
"@@"
},
{
"key"
:
"remote_address"
,
"env"
:
"@@"
},
{
"key"
:
"local_address"
,
"env"
:
"@@"
},
{
"key"
:
"bands"
,
"env"
:
"@@"
}
]
},
{
"filePrefix"
:
"enb.band7.tm1.25PRB.usrpb210"
,
"config"
:
[
{
"key"
:
"Active_eNBs"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"eNB_name"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"plmn_list"
,
"env"
:
{
"mcc"
:
"@MCC@"
,
"mnc"
:
"@MNC@"
,
"mnc_length"
:
"@MNC_LENGTH@"
}
},
{
"key"
:
"tracking_area_code"
,
"env"
:
"@TAC@"
},
{
"key"
:
"eutra_band"
,
"env"
:
"@UTRA_BAND_ID@"
},
{
"key"
:
"downlink_frequency"
,
"env"
:
"@DL_FREQUENCY_IN_MHZ@000000"
},
{
"key"
:
"uplink_frequency_offset"
,
"env"
:
"@UL_FREQUENCY_OFFSET_IN_MHZ@000000"
},
{
"key"
:
"Nid_cell"
,
"env"
:
"@NID_CELL@"
},
{
"key"
:
"N_RB_DL"
,
"env"
:
"@NB_PRB@"
},
{
"key"
:
"ipv4"
,
"env"
:
"@MME_S1C_IP_ADDRESS@"
},
{
"key"
:
"ENB_INTERFACE_NAME_FOR_S1_MME"
,
"env"
:
"@S1C_IF_NAME@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_S1_MME"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"ENB_INTERFACE_NAME_FOR_S1U"
,
"env"
:
"@S1U_IF_NAME@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_S1U"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_X2C"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
}
]
},
{
"filePrefix"
:
"enb.band40.tm1.25PRB.FairScheduler.usrpb210"
,
"config"
:
[
{
"key"
:
"Active_eNBs"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"eNB_name"
,
"env"
:
"@ENB_NAME@"
},
{
"key"
:
"plmn_list"
,
"env"
:
{
"mcc"
:
"@MCC@"
,
"mnc"
:
"@MNC@"
,
"mnc_length"
:
"@MNC_LENGTH@"
}
},
{
"key"
:
"tracking_area_code"
,
"env"
:
"@TAC@"
},
{
"key"
:
"eutra_band"
,
"env"
:
"@UTRA_BAND_ID@"
},
{
"key"
:
"downlink_frequency"
,
"env"
:
"@DL_FREQUENCY_IN_MHZ@000000"
},
{
"key"
:
"uplink_frequency_offset"
,
"env"
:
"@UL_FREQUENCY_OFFSET_IN_MHZ@000000"
},
{
"key"
:
"Nid_cell"
,
"env"
:
"@NID_CELL@"
},
{
"key"
:
"N_RB_DL"
,
"env"
:
"@NB_PRB@"
},
{
"key"
:
"ipv4"
,
"env"
:
"@MME_S1C_IP_ADDRESS@"
},
{
"key"
:
"ENB_INTERFACE_NAME_FOR_S1_MME"
,
"env"
:
"@S1C_IF_NAME@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_S1_MME"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"ENB_INTERFACE_NAME_FOR_S1U"
,
"env"
:
"@S1U_IF_NAME@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_S1U"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
},
{
"key"
:
"ENB_IPV4_ADDRESS_FOR_X2C"
,
"env"
:
"@F1_CU_IP_ADDRESS@"
}
]
}
]
docker/scripts/parameters.yaml
View file @
152f7345
#/*
# * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.1 (the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
# * http://www.openairinterface.org/?page_id=698
# *
# * Unless required by applicable law or agreed to in writing, software
# * distributed under the License is distributed on an "AS IS" BASIS,
# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# * See the License for the specific language governing permissions and
# * limitations under the License.
# *-------------------------------------------------------------------------------
# * For more information about the OpenAirInterface (OAI) Software Alliance:
# * contact@openairinterface.org
# */
---
-
paths
:
source_dir
:
"
/home/mohammed/Documen
ts/conf_files/"
source_dir
:
"
ci-scrip
ts/conf_files/"
dest_dir
:
docker/etc
-
configurations
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment