Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RISE
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RISE
Commits
992fc81a
Commit
992fc81a
authored
May 22, 2022
by
OpenXG75
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify README
parent
a99c6e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
13 deletions
+19
-13
README.md
README.md
+19
-13
No files found.
README.md
View file @
992fc81a
vim gnb-sbi-plugin/src/plugin_app
change ue to your host name
like change ue to liuyu
## How to build
```
cd build/scripts
sudo ./build_plugin -I # install third party libs
sudo ./build_plugin -c -j
```
cd gnb-sbi-plugin/src/plugin_app
## How to Run
```
cd build/PLUGIN
sudo ./plugin -c ../../etc/plugin.conf -o
```
sudo rm -r build
mkdir build
cd build
cmake ..
make -j4
after you run the plugin, you need to tell plugin the AMF info
```
curl -X POST -d '{"amf2":{"ip":"AMF_IP"}}' http://PLUGIN_IP:8282/nplugin-dr/v1/create/AmfIpList
```
in our default docker env, you should run like this:
```
curl -X POST -d '{"amf2":{"ip":"10.244.1.12"}}' http://10.244.1.20:8282/nplugin-dr/v1/create/AmfIpList
```
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