Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
ZhouShuya
OpenXG-RAN
Commits
8d5540cc
Commit
8d5540cc
authored
Dec 19, 2014
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6295
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
0fec28b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
openair2/LAYER2/RLC/rlc.h
openair2/LAYER2/RLC/rlc.h
+1
-1
openair2/RRC/LITE/MESSAGES/asn1_msg.c
openair2/RRC/LITE/MESSAGES/asn1_msg.c
+1
-1
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+1
-2
No files found.
openair2/LAYER2/RLC/rlc.h
View file @
8d5540cc
...
...
@@ -372,7 +372,7 @@ public_rlc_rrc(void
* \param[in] rb_idP Radio bearer identifier.
* \return A status about the processing, OK or error code.
*/
p
rivate
_rlc_rrc
(
rlc_op_status_t
rrc_rlc_remove_rlc
(
const
module_id_t
,
const
module_id_t
,
const
frame_t
,
const
eNB_flag_t
,
const
srb_flag_t
,
const
MBMS_flag_t
,
const
rb_id_t
);)
p
ublic
_rlc_rrc
(
rlc_op_status_t
rrc_rlc_remove_rlc
(
const
module_id_t
,
const
module_id_t
,
const
frame_t
,
const
eNB_flag_t
,
const
srb_flag_t
,
const
MBMS_flag_t
,
const
rb_id_t
);)
/*! \fn rlc_union_t* rrc_rlc_add_rlc (const module_id_t enb_mod_idP, const module_id_t ue_mod_idP, const frame_t frameP, const eNB_flag_t eNB_flagP, const srb_flag_t srb_flagP, const MBMS_flag_t MBMS_flagP, const rb_id_t rb_idP, logical_chan_id_t chan_idP, rlc_mode_t rlc_modeP)
* \brief Add a RLC protocol instance to a radio bearer.
...
...
openair2/RRC/LITE/MESSAGES/asn1_msg.c
View file @
8d5540cc
...
...
@@ -1535,7 +1535,7 @@ uint8_t do_RRCConnectionSetup(uint8_t Mod_id,
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
=
CALLOC
(
1
,
sizeof
(
*
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
));
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
->
present
=
AntennaInfoDedicated__codebookSubsetRestriction_PR_n2TxAntenna_tm3
;
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
->
choice
.
n2TxAntenna_tm3
.
buf
=
MALLOC
(
1
);
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
->
choice
.
n2TxAntenna_tm3
.
buf
[
0
]
=
0x
3
;
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
->
choice
.
n2TxAntenna_tm3
.
buf
[
0
]
=
0x
c0
;
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
->
choice
.
n2TxAntenna_tm3
.
size
=
1
;
physicalConfigDedicated2
->
antennaInfo
->
choice
.
explicitValue
.
codebookSubsetRestriction
->
choice
.
n2TxAntenna_tm3
.
bits_unused
=
6
;
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
8d5540cc
...
...
@@ -543,8 +543,7 @@ void rrc_eNB_free_UE_index(
eNB_rrc_inst
[
enb_mod_idP
].
Info
.
UE
[
ue_mod_idP
].
Status
=
RRC_IDLE
;
eNB_rrc_inst
[
enb_mod_idP
].
Info
.
UE_list
[
ue_mod_idP
]
=
0
;
rrc_rlc_remove_rlc
(
enb_mod_idP
,
ue_mod_idP
,
frameP
,
ENB_FLAG_YES
,
SRB_FLAG_YES
,
MBMS_FLAG_NO
,
CONFIG_ACTION_REMOVE
,
1
);
rrc_rlc_remove_rlc
(
enb_mod_idP
,
ue_mod_idP
,
frameP
,
ENB_FLAG_YES
,
SRB_FLAG_YES
,
MBMS_FLAG_NO
,
1
);
free
(
eNB_rrc_inst
[
enb_mod_idP
].
SRB_configList
[
ue_mod_idP
]);
}
...
...
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