Skip to content

Commit 0c6eca7

Browse files
committed
Tag v1.4.0
1 parent 36fe480 commit 0c6eca7

78 files changed

Lines changed: 15392 additions & 2206 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5G_Core_Network/full_uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# damage to property. The software developed by NIST employees is not subject to
2929
# copyright protection within the United States.
3030

31-
# Don't exit immediately if a command fails
31+
# Do not exit immediately if a command fails
3232
set +e
3333

3434
echo "# Script: $(realpath $0)..."

5G_Core_Network/install_scripts/uninstall_mongodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# damage to property. The software developed by NIST employees is not subject to
2929
# copyright protection within the United States.
3030

31-
# Don't exit immediately if a command fails
31+
# Do not exit immediately if a command fails
3232
set +e
3333

3434
echo "# Script: $(realpath $0)..."

5G_Core_Network/start_webui.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ if ! systemctl is-active --quiet "open5gs-webui"; then
3333
sudo systemctl start open5gs-webui
3434
fi
3535

36-
WEBUI_PORT=3000
37-
if ! curl -s localhost:$WEBUI_PORT >/dev/null; then
38-
WEBUI_PORT=9999
39-
fi
36+
WEBUI_PORT=9999
4037

4138
if command -v google-chrome &>/dev/null; then
4239
echo "Opening the WebUI in Google Chrome..."

Additional_Scripts/download_dependency_repositories.bat

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if exist "5G_Core_Network\open5gs" rmdir /s /q "5G_Core_Network\open5gs"
3939
cd 5G_Core_Network
4040
git clone https://github.com/open5gs/open5gs.git
4141
cd open5gs
42-
git checkout 1182a99d041e3461b5493f2f800a434f41a9eee1
42+
git checkout 7b40d5a3f1080f088c653abfdc01f3adfac5d3cd
4343
cd ..\..
4444

4545
cd %~dp0..
@@ -71,7 +71,7 @@ if exist "Next_Generation_Node_B\srsRAN_Project" rmdir /s /q "Next_Generation_No
7171
cd Next_Generation_Node_B
7272
git clone https://github.com/srsran/srsRAN_Project.git
7373
cd srsRAN_Project
74-
git checkout 2be82d8ea38e3a729850b702254952c04118cc38
74+
git checkout 644263b5a7c7b98b892bc1120940ae8d801eaee0
7575
cd ..\..
7676

7777
cd %~dp0..
@@ -175,7 +175,7 @@ if exist "RAN_Intelligent_Controllers\Non-Real-Time-RIC\dep" rmdir /s /q "RAN_In
175175
cd RAN_Intelligent_Controllers\Non-Real-Time-RIC
176176
git clone https://gerrit.o-ran-sc.org/r/it/dep.git
177177
cd dep
178-
git checkout 5f4f598476b357cad58d25af1c7174f87407c088
178+
git checkout dfcfdbc9b540b3e6d401b8c09379e5a8b6267848
179179
git restore --source=HEAD :/
180180
cd ..\..\..
181181

@@ -184,7 +184,7 @@ if exist "RAN_Intelligent_Controllers\Non-Real-Time-RIC\dep\ranpm" rmdir /s /q "
184184
cd RAN_Intelligent_Controllers\Non-Real-Time-RIC\dep
185185
git clone https://gerrit.o-ran-sc.org/r/nonrtric/plt/ranpm.git
186186
cd ranpm
187-
git checkout cfb34a99dc39c0ef22d5b1aab884483338ffed95
187+
git checkout b5f4f8698217ce70d3c2e6a454146fbcd2111d35
188188
cd ..\..\..\..
189189

190190
cd %~dp0..
@@ -208,7 +208,7 @@ if exist "RAN_Intelligent_Controllers\Non-Real-Time-RIC\dep\smo-install\onap_oom
208208
cd RAN_Intelligent_Controllers\Non-Real-Time-RIC\dep\smo-install
209209
git clone https://gerrit.onap.org/r/oom.git
210210
cd onap_oom
211-
git checkout 8eb517a47ef7ef0e4bdc00c881449a979f29fdf0
211+
git checkout 1ca9e322036072b2d1ef69046c297ca13f1618b7
212212
cd ..\..\..\..\..
213213

214214
cd %~dp0..
@@ -235,15 +235,15 @@ if exist "OpenAirInterface_Testbed\5G_Core_Network\open5gs" rmdir /s /q "OpenAir
235235
cd OpenAirInterface_Testbed\5G_Core_Network
236236
git clone https://github.com/open5gs/open5gs.git
237237
cd open5gs
238-
git checkout 1182a99d041e3461b5493f2f800a434f41a9eee1
238+
git checkout 7b40d5a3f1080f088c653abfdc01f3adfac5d3cd
239239
cd ..\..\..
240240

241241
cd %~dp0..
242242
if exist "OpenAirInterface_Testbed\User_Equipment\openairinterface5g" rmdir /s /q "OpenAirInterface_Testbed\User_Equipment\openairinterface5g"
243243
cd OpenAirInterface_Testbed\User_Equipment
244244
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
245245
cd openairinterface5g
246-
git checkout f3eb713084e4134ca265f1153b68a102714a319a
246+
git checkout acb982d0bd96b01dee84aea730f01dfff73875d0
247247
cd ..\..\..
248248

249249
cd OpenAirInterface_Testbed\Next_Generation_Node_B
@@ -255,7 +255,7 @@ if exist "OpenAirInterface_Testbed\RAN_Intelligent_Controllers\Flexible-RIC\swig
255255
cd OpenAirInterface_Testbed\RAN_Intelligent_Controllers\Flexible-RIC
256256
git clone https://github.com/swig/swig.git
257257
cd swig
258-
git checkout d96024bb0e3ee35f13349df0d004c5b4a5a9cfed
258+
git checkout 01bf5808dd44516a7937afd4fb5438c026d937ac
259259
cd ..\..\..\..
260260

261261
cd %~dp0..

Images/Architecture_Dark.svg

Lines changed: 1 addition & 1 deletion
Loading

Images/Architecture_Light.svg

Lines changed: 1 addition & 1 deletion
Loading

Images/Support_Dark.svg

Lines changed: 1 addition & 1 deletion
Loading

Images/Support_Light.svg

Lines changed: 1 addition & 1 deletion
Loading

Images/xApp_Dashboard.png

44 KB
Loading

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pipeline {
22
agent none
33
stages {
44
stage('Testing Ubuntu 20') {
5-
agent { label 'linux && vagrant && ubuntu24' }
5+
agent { label 'linux && vagrant && ubuntu20' }
66
steps {
77
sh '''
88
pwd && hostname

0 commit comments

Comments
 (0)