Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
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
Weiqi Wang
openairinterface5G
Commits
d74c43bd
Commit
d74c43bd
authored
Mar 21, 2018
by
Panos Matzakos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor modifications.
parent
4f93ef56
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
openair2/LAYER2/MAC/eNB_scheduler_RA.c
openair2/LAYER2/MAC/eNB_scheduler_RA.c
+1
-1
openair2/PHY_INTERFACE/phy_stub_UE.c
openair2/PHY_INTERFACE/phy_stub_UE.c
+2
-2
openair2/RRC/LITE/rrc_UE.c
openair2/RRC/LITE/rrc_UE.c
+2
-2
No files found.
openair2/LAYER2/MAC/eNB_scheduler_RA.c
View file @
d74c43bd
...
...
@@ -1229,7 +1229,7 @@ generate_Msg4(module_id_t module_idP, int CC_idP, frame_t frameP,
module_idP
,
CC_idP
,
frameP
,
subframeP
,
UE_id
,
rrc_sdu_length
);
AssertFatal
(
rrc_sdu_length
>
0
,
"[MAC][eNB Scheduler] CCCH not allocated
\n
"
);
"[MAC][eNB Scheduler] CCCH not allocated
, rrc_sdu_length: %d
\n
"
,
rrc_sdu_length
);
...
...
openair2/PHY_INTERFACE/phy_stub_UE.c
View file @
d74c43bd
...
...
@@ -1297,8 +1297,8 @@ int hi_dci0_req_UE_MAC(nfapi_hi_dci0_request_t* req, module_id_t Mod_id)
// This is meaningful only after ACKnowledging the first ULSCH Txon (i.e. Msg3)
if
(
hi_dci0_req_pdu
->
hi_pdu
.
hi_pdu_rel8
.
hi_value
==
1
&&
UE_mac_inst
[
Mod_id
].
first_ULSCH_Tx
==
1
){
LOG_I
(
MAC
,
"[UE-PHY_STUB] HI_DCI0_REQ 2 sfn_sf:%d PDU[%d] - NFAPI_HI_DCI0_HI_PDU_TYPE
\n
"
,
NFAPI_SFNSF2DEC
(
req
->
sfn_sf
),
i
);
UE_mac_inst
[
Mod_id
].
UE_mode
[
0
]
=
PUSCH
;
UE_mac_inst
[
Mod_id
].
first_ULSCH_Tx
=
0
;
//
UE_mac_inst[Mod_id].UE_mode[0] = PUSCH;
//
UE_mac_inst[Mod_id].first_ULSCH_Tx = 0;
}
}
...
...
openair2/RRC/LITE/rrc_UE.c
View file @
d74c43bd
...
...
@@ -2059,7 +2059,7 @@ rrc_ue_process_ueCapabilityEnquiry(
UECapabilityEnquiry
->
criticalExtensions
.
present
,
UECapabilityEnquiry__criticalExtensions_PR_c1
);
if
(
UECapabilityEnquiry
->
criticalExtensions
.
choice
.
c1
.
present
!=
UECapabilityEnquiry__criticalExtensions__c1_PR_ueCapabilityEnquiry_r8
)
LOG_
W
(
RRC
,
"UECapabilityEnquiry->criticalExtensions.choice.c1.present (%d) != UECapabilityEnquiry__criticalExtensions__c1_PR_ueCapabilityEnquiry_r8)
\n
"
,
LOG_
I
(
RRC
,
"UECapabilityEnquiry->criticalExtensions.choice.c1.present (%d) != UECapabilityEnquiry__criticalExtensions__c1_PR_ueCapabilityEnquiry_r8)
\n
"
,
UECapabilityEnquiry
->
criticalExtensions
.
choice
.
c1
.
present
);
ul_dcch_msg
.
message
.
choice
.
c1
.
choice
.
ueCapabilityInformation
.
criticalExtensions
.
present
=
UECapabilityInformation__criticalExtensions_PR_c1
;
...
...
@@ -2104,7 +2104,7 @@ rrc_ue_process_ueCapabilityEnquiry(
#endif
LOG_
D
(
RRC
,
"UECapabilityInformation Encoded %zd bits (%zd bytes)
\n
"
,
enc_rval
.
encoded
,(
enc_rval
.
encoded
+
7
)
/
8
);
LOG_
I
(
RRC
,
"UECapabilityInformation Encoded %zd bits (%zd bytes)
\n
"
,
enc_rval
.
encoded
,(
enc_rval
.
encoded
+
7
)
/
8
);
for
(
i
=
0
;
i
<
(
enc_rval
.
encoded
+
7
)
/
8
;
i
++
)
{
LOG_T
(
RRC
,
"%02x."
,
buffer
[
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