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
Michael Black
OpenXG-RAN
Commits
18d66873
Commit
18d66873
authored
3 years ago
by
hardy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing dnn to use with OAICN5G in infra yaml
parent
5a24210b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ci-scripts/ci_ueinfra.yaml
ci-scripts/ci_ueinfra.yaml
+2
-2
ci-scripts/epc.py
ci-scripts/epc.py
+1
-1
No files found.
ci-scripts/ci_ueinfra.yaml
View file @
18d66873
...
@@ -20,11 +20,11 @@ nrmodule2_quectel:
...
@@ -20,11 +20,11 @@ nrmodule2_quectel:
Kind
:
quectel
Kind
:
quectel
Process
:
Process
:
Name
:
quectel-CM
Name
:
quectel-CM
Cmd
:
/home/nrmodule2/quectel-CM/quectel-CM -s oai
.ipv4 -4
Cmd
:
/home/nrmodule2/quectel-CM/quectel-CM -s oai
-4
#oai is the dnn for OAI CN5G (hardcoded in CN)
WakeupScript
:
ci_ctl_qtel.py /dev/ttyUSB7 wup
WakeupScript
:
ci_ctl_qtel.py /dev/ttyUSB7 wup
DetachScript
:
ci_ctl_qtel.py /dev/ttyUSB7 detach
DetachScript
:
ci_ctl_qtel.py /dev/ttyUSB7 detach
LogStore
:
/media/ci_qlogs
LogStore
:
/media/ci_qlogs
PLMN
:
2089
9
PLMN
:
2089
7
UENetwork
:
wwan1
UENetwork
:
wwan1
HostIPAddress
:
192.168.18.189
HostIPAddress
:
192.168.18.189
HostUsername
:
nrmodule2
HostUsername
:
nrmodule2
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/epc.py
View file @
18d66873
...
@@ -466,7 +466,7 @@ class EPCManagement():
...
@@ -466,7 +466,7 @@ class EPCManagement():
self
.
LogCollectOAICN5G
()
self
.
LogCollectOAICN5G
()
logging
.
debug
(
'Terminating OAI CN5G'
)
logging
.
debug
(
'Terminating OAI CN5G'
)
mySSH
.
command
(
'cd /opt/oai-cn5g-fed/docker-compose'
,
'\$'
,
5
)
mySSH
.
command
(
'cd /opt/oai-cn5g-fed/docker-compose'
,
'\$'
,
5
)
mySSH
.
command
(
'./core-network.sh stop nrf spgwu'
,
'\$'
,
3
0
)
mySSH
.
command
(
'./core-network.sh stop nrf spgwu'
,
'\$'
,
6
0
)
else
:
else
:
logging
.
error
(
'This should not happen!'
)
logging
.
error
(
'This should not happen!'
)
mySSH
.
close
()
mySSH
.
close
()
...
...
This diff is collapsed.
Click to expand it.
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