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
6ea35744
Commit
6ea35744
authored
May 23, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L3 RRC/NAS developments
parent
83563a46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
src/ue/nas/mm/mm.hpp
src/ue/nas/mm/mm.hpp
+0
-1
src/ue/nas/mm/radio.cpp
src/ue/nas/mm/radio.cpp
+0
-10
No files found.
src/ue/nas/mm/mm.hpp
View file @
6ea35744
...
...
@@ -167,7 +167,6 @@ class NasMm
void
handleRadioLinkFailure
();
void
handlePaging
(
const
std
::
vector
<
GutiMobileIdentity
>
&
tmsiIds
);
void
updateProvidedGuti
(
bool
provide
=
true
);
bool
missingSessionBearer
();
private:
/* Access Control */
bool
isHighPriority
();
...
...
src/ue/nas/mm/radio.cpp
View file @
6ea35744
...
...
@@ -296,14 +296,4 @@ void NasMm::updateProvidedGuti(bool provide)
}
}
bool
NasMm
::
missingSessionBearer
()
{
// This control is only valid in CM-CONNECTED
if
(
m_cmState
==
ECmState
::
CM_IDLE
)
return
false
;
// TODO
return
false
;
}
}
// namespace nr::ue
\ No newline at end of file
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