Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
UERANSIM
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
Libraries
UERANSIM
Commits
d526e59f
Commit
d526e59f
authored
Apr 04, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SRA dev.
parent
37470ff1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
src/gnb/rrc/task.hpp
src/gnb/rrc/task.hpp
+0
-1
src/gnb/types.hpp
src/gnb/types.hpp
+0
-6
src/utils/nts.hpp
src/utils/nts.hpp
+0
-1
No files found.
src/gnb/rrc/task.hpp
View file @
d526e59f
...
@@ -36,7 +36,6 @@ namespace nr::gnb
...
@@ -36,7 +36,6 @@ namespace nr::gnb
{
{
class
NgapTask
;
class
NgapTask
;
class
GnbMrTask
;
class
GnbRrcTask
:
public
NtsTask
class
GnbRrcTask
:
public
NtsTask
{
{
...
...
src/gnb/types.hpp
View file @
d526e59f
...
@@ -340,12 +340,6 @@ struct TaskBase
...
@@ -340,12 +340,6 @@ struct TaskBase
GnbSraTask
*
sraTask
{};
GnbSraTask
*
sraTask
{};
};
};
struct
MrUeContext
{
int
ueId
{};
std
::
string
name
{};
};
Json
ToJson
(
const
GnbStatusInfo
&
v
);
Json
ToJson
(
const
GnbStatusInfo
&
v
);
Json
ToJson
(
const
GnbConfig
&
v
);
Json
ToJson
(
const
GnbConfig
&
v
);
Json
ToJson
(
const
NgapAmfContext
&
v
);
Json
ToJson
(
const
NgapAmfContext
&
v
);
...
...
src/utils/nts.hpp
View file @
d526e59f
...
@@ -34,7 +34,6 @@ enum class NtsMessageType
...
@@ -34,7 +34,6 @@ enum class NtsMessageType
UDP_SERVER_RECEIVE
,
UDP_SERVER_RECEIVE
,
CLI_SEND_RESPONSE
,
CLI_SEND_RESPONSE
,
GNB_MR_TO_RRC
,
GNB_SRA_TO_RRC
,
GNB_SRA_TO_RRC
,
GNB_SRA_TO_GTP
,
GNB_SRA_TO_GTP
,
GNB_GTP_TO_SRA
,
GNB_GTP_TO_SRA
,
...
...
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