Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
ric-plt
/
xapp-frame-py
/
refs/heads/j-release
/
.
/
examples
/
start.sh
blob: be6b107902b757a8a00ec0ded2dd0484561f45dd [
file
] [
log
] [
blame
]
#!/bin/sh
export RMR_SEED_RT
=/
opt
/
ric
/
config
/
xapp
-
test
.
rt
python3
./
xapp_test
.
py
-
xapp xapp
-
test
-
config
/
opt
/
ric
/
config
/
config
-
file
.
json
-
service xapp
-
test
&
while
[
1
];
do
# just dummy sleep command
sleep
60
done