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
9f460e57
Commit
9f460e57
authored
May 13, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RRC developments
parent
cd9b752f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/gnb/rrc/broadcast.cpp
src/gnb/rrc/broadcast.cpp
+1
-4
No files found.
src/gnb/rrc/broadcast.cpp
View file @
9f460e57
...
...
@@ -65,8 +65,6 @@ static ASN_RRC_BCCH_DL_SCH_Message *ConstructSib1Message(bool cellReserved, int
ASN_RRC_CellAccessRelatedInfo__cellReservedForOtherUse_true
;
}
auto
*
plmnId
=
asn
::
rrc
::
NewPlmnId
(
plmn
);
auto
*
plmnInfo
=
asn
::
New
<
ASN_RRC_PLMN_IdentityInfo
>
();
plmnInfo
->
cellReservedForOperatorUse
=
cellReserved
?
ASN_RRC_PLMN_IdentityInfo__cellReservedForOperatorUse_reserved
...
...
@@ -74,8 +72,7 @@ static ASN_RRC_BCCH_DL_SCH_Message *ConstructSib1Message(bool cellReserved, int
plmnInfo
->
trackingAreaCode
=
asn
::
NewFor
(
plmnInfo
->
trackingAreaCode
);
asn
::
SetBitStringInt
<
24
>
(
tac
,
*
plmnInfo
->
trackingAreaCode
);
asn
::
SetBitStringLong
<
36
>
(
nci
,
plmnInfo
->
cellIdentity
);
asn
::
SequenceAdd
(
plmnInfo
->
plmn_IdentityList
,
plmnId
);
asn
::
SequenceAdd
(
plmnInfo
->
plmn_IdentityList
,
asn
::
rrc
::
NewPlmnId
(
plmn
));
asn
::
SequenceAdd
(
sib1
.
cellAccessRelatedInfo
.
plmn_IdentityList
,
plmnInfo
);
return
pdu
;
...
...
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