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
d71d6d97
Commit
d71d6d97
authored
May 24, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L3 RRC/NAS developments
parent
ac4a0f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ue/nas/mm/radio.cpp
src/ue/nas/mm/radio.cpp
+1
-1
src/ue/nas/sm/resource.cpp
src/ue/nas/sm/resource.cpp
+2
-0
No files found.
src/ue/nas/mm/radio.cpp
View file @
d71d6d97
...
...
@@ -331,7 +331,7 @@ void NasMm::handleRrcFallbackIndication()
}
bool
pendingProc
=
hasPendingProcedure
();
bool
pendingData
=
m_sm
->
anyUplinkDataPending
();
// TODO: look for only resources are already established (5.3.1.2)
bool
pendingData
=
m_sm
->
anyUplinkDataPending
();
switchCmState
(
ECmState
::
CM_IDLE
);
...
...
src/ue/nas/sm/resource.cpp
View file @
d71d6d97
...
...
@@ -72,6 +72,8 @@ void NasSm::handleUplinkStatusChange(int psi, bool isPending)
bool
NasSm
::
anyUplinkDataPending
()
{
// TODO: look for only resources are already established etc
auto
status
=
getUplinkDataStatus
();
for
(
int
i
=
1
;
i
<
16
;
i
++
)
if
(
status
[
i
])
...
...
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