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
e3e36bad
Commit
e3e36bad
authored
May 23, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L3 RRC/NAS developments
parent
416a658c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
src/ue/nas/mm/proc.cpp
src/ue/nas/mm/proc.cpp
+4
-0
src/ue/types.hpp
src/ue/types.hpp
+7
-0
src/utils/common_types.hpp
src/utils/common_types.hpp
+0
-6
No files found.
src/ue/nas/mm/proc.cpp
View file @
e3e36bad
...
...
@@ -77,6 +77,10 @@ void NasMm::deregistrationRequired(EDeregCause cause)
void
NasMm
::
invokeProcedures
()
{
// TODO
if
(
m_procCtl
.
deregistration
)
{
}
// note1:
// TODO: "the periodic registration update procedure is delayed until the UE returns to
...
...
src/ue/types.hpp
View file @
e3e36bad
...
...
@@ -552,6 +552,13 @@ enum class EServiceReqCause
FALLBACK_INDICATION
};
enum
class
EProcRc
{
OK
,
INVALID
,
FAIL
,
};
struct
ProcControl
{
std
::
optional
<
EInitialRegCause
>
initialRegistration
{};
...
...
src/utils/common_types.hpp
View file @
e3e36bad
...
...
@@ -186,12 +186,6 @@ 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