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
4453a90d
Commit
4453a90d
authored
May 23, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L3 RRC/NAS developments
parent
d2bf24c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/utils/common_types.hpp
src/utils/common_types.hpp
+7
-1
No files found.
src/utils/common_types.hpp
View file @
4453a90d
...
...
@@ -40,7 +40,7 @@ struct Tai
int
tac
;
Tai
();
Tai
(
const
Plmn
&
plmn
,
int
tac
);
Tai
(
const
Plmn
&
plmn
,
int
tac
);
Tai
(
int
mcc
,
int
mnc
,
bool
longMnc
,
int
tac
);
[[
nodiscard
]]
bool
hasValue
()
const
;
...
...
@@ -188,6 +188,12 @@ struct UacAiBarringSet
bool
ai15
=
false
;
};
enum
class
Rc
{
OK
,
FAIL
};
bool
operator
==
(
const
Plmn
&
lhs
,
const
Plmn
&
rhs
);
bool
operator
!=
(
const
Plmn
&
lhs
,
const
Plmn
&
rhs
);
...
...
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