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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
OpenXG
OpenXG-RAN
Commits
30c14c2f
Commit
30c14c2f
authored
Dec 21, 2021
by
Melissa Elkadi
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nFAPI bug fix. Not properly packing/unpacking PUCCH PDU
parent
f3224413
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
+2
-0
No files found.
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
View file @
30c14c2f
...
@@ -907,6 +907,7 @@ static uint8_t pack_ul_tti_request_pucch_pdu(nfapi_nr_pucch_pdu_t *pucch_pdu, ui
...
@@ -907,6 +907,7 @@ static uint8_t pack_ul_tti_request_pucch_pdu(nfapi_nr_pucch_pdu_t *pucch_pdu, ui
push8
(
pucch_pdu
->
cyclic_prefix
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
cyclic_prefix
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
format_type
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
format_type
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
multi_slot_tx_indicator
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
multi_slot_tx_indicator
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
pi_2bpsk
,
ppWritePackedMsg
,
end
)
&&
push16
(
pucch_pdu
->
prb_start
,
ppWritePackedMsg
,
end
)
&&
push16
(
pucch_pdu
->
prb_start
,
ppWritePackedMsg
,
end
)
&&
push16
(
pucch_pdu
->
prb_size
,
ppWritePackedMsg
,
end
)
&&
push16
(
pucch_pdu
->
prb_size
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
start_symbol_index
,
ppWritePackedMsg
,
end
)
&&
push8
(
pucch_pdu
->
start_symbol_index
,
ppWritePackedMsg
,
end
)
&&
...
@@ -4402,6 +4403,7 @@ static uint8_t unpack_ul_tti_request_pucch_pdu(void *tlv, uint8_t **ppReadPacked
...
@@ -4402,6 +4403,7 @@ static uint8_t unpack_ul_tti_request_pucch_pdu(void *tlv, uint8_t **ppReadPacked
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
cyclic_prefix
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
cyclic_prefix
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
format_type
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
format_type
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
multi_slot_tx_indicator
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
multi_slot_tx_indicator
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
pi_2bpsk
,
end
)
&&
pull16
(
ppReadPackedMsg
,
&
pucch_pdu
->
prb_start
,
end
)
&&
pull16
(
ppReadPackedMsg
,
&
pucch_pdu
->
prb_start
,
end
)
&&
pull16
(
ppReadPackedMsg
,
&
pucch_pdu
->
prb_size
,
end
)
&&
pull16
(
ppReadPackedMsg
,
&
pucch_pdu
->
prb_size
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
start_symbol_index
,
end
)
&&
pull8
(
ppReadPackedMsg
,
&
pucch_pdu
->
start_symbol_index
,
end
)
&&
...
...
FANG WANG
@wf
mentioned in commit
e81b9013
·
Feb 25, 2022
mentioned in commit
e81b9013
mentioned in commit e81b901355fdb5e97792e94f53f7b9bf36b36df8
Toggle commit list
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