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
19059d14
Commit
19059d14
authored
Apr 03, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE SAS refactor
parent
eab12cc8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
src/ue/sas/measurement.cpp
src/ue/sas/measurement.cpp
+1
-9
src/ue/sas/task.hpp
src/ue/sas/task.hpp
+0
-2
No files found.
src/ue/sas/measurement.cpp
View file @
19059d14
...
...
@@ -15,12 +15,6 @@ namespace nr::ue
{
void
UeSasTask
::
onMeasurement
()
{
evaluatePendingMeasurements
();
requestCellInfo
();
}
void
UeSasTask
::
evaluatePendingMeasurements
()
{
std
::
vector
<
GlobalNci
>
entered
{};
std
::
vector
<
GlobalNci
>
exited
{};
...
...
@@ -51,10 +45,8 @@ void UeSasTask::evaluatePendingMeasurements()
m_activeMeasurements
=
m_pendingMeasurements
;
// clear pending measurements
m_pendingMeasurements
=
{};
}
void
UeSasTask
::
requestCellInfo
()
{
// Issue another cell info request for search space
for
(
auto
&
ip
:
m_cellSearchSpace
)
{
sas
::
SasCellInfoRequest
req
{};
...
...
src/ue/sas/task.hpp
View file @
19059d14
...
...
@@ -50,8 +50,6 @@ class UeSasTask : public NtsTask
private:
/* Measurement */
void
onMeasurement
();
void
evaluatePendingMeasurements
();
void
requestCellInfo
();
void
receiveCellInfoResponse
(
const
sas
::
SasCellInfoResponse
&
msg
);
void
onCoverageChange
(
const
std
::
vector
<
GlobalNci
>
&
entered
,
const
std
::
vector
<
GlobalNci
>
&
exited
);
};
...
...
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