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
3496e972
Commit
3496e972
authored
Jul 04, 2021
by
liuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for stateless is ok (maybe)
parent
106d015f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
etc/plugin.conf
etc/plugin.conf
+1
-1
src/plugin_app/build/CMakeFiles/plugin.dir/home/ue/gnb-sbi-plugin/src/impl/PluginApiImpl.cpp.o
...n.dir/home/ue/gnb-sbi-plugin/src/impl/PluginApiImpl.cpp.o
+0
-0
src/plugin_app/build/CMakeFiles/plugin.dir/home/ue/gnb-sbi-plugin/src/sctp/sctp_server.cpp.o
...gin.dir/home/ue/gnb-sbi-plugin/src/sctp/sctp_server.cpp.o
+0
-0
src/plugin_app/build/plugin
src/plugin_app/build/plugin
+0
-0
src/sctp/sctp_server.hpp
src/sctp/sctp_server.hpp
+1
-1
No files found.
etc/plugin.conf
View file @
3496e972
...
@@ -22,7 +22,7 @@ PLUGIN =
...
@@ -22,7 +22,7 @@ PLUGIN =
NRF
:
NRF
:
{
{
INTERFACE_NAME
=
"NRF"
;
# YOUR NETWORK CONFIG HERE
INTERFACE_NAME
=
"NRF"
;
# YOUR NETWORK CONFIG HERE
IPV4_ADDRESS
=
"10.
28.234.76
"
;
#amf地址
IPV4_ADDRESS
=
"10.
112.202.24
"
;
#amf地址
PORT
=
8282
;
# YOUR NETWORK CONFIG HERE
PORT
=
8282
;
# YOUR NETWORK CONFIG HERE
};
};
};
};
...
...
src/plugin_app/build/CMakeFiles/plugin.dir/home/ue/gnb-sbi-plugin/src/impl/PluginApiImpl.cpp.o
View file @
3496e972
No preview for this file type
src/plugin_app/build/CMakeFiles/plugin.dir/home/ue/gnb-sbi-plugin/src/sctp/sctp_server.cpp.o
View file @
3496e972
No preview for this file type
src/plugin_app/build/plugin
View file @
3496e972
No preview for this file type
src/sctp/sctp_server.hpp
View file @
3496e972
...
@@ -39,7 +39,7 @@ extern "C" {
...
@@ -39,7 +39,7 @@ extern "C" {
#include <vector>
#include <vector>
#include <iostream>
#include <iostream>
#define SCTP_RECV_BUFFER_SIZE
4096
#define SCTP_RECV_BUFFER_SIZE
10240
#define SCTP_RC_ERROR -1
#define SCTP_RC_ERROR -1
#define SCTP_RC_NORMAL_READ 0
#define SCTP_RC_NORMAL_READ 0
#define SCTP_RC_DISCONNECT 1
#define SCTP_RC_DISCONNECT 1
...
...
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