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
9b95c9c6
Commit
9b95c9c6
authored
Dec 16, 2025
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/incl-guards' into integration_2025_w51 (!3816)
Add two missing include guards
parents
479be40b
26879d56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
openair1/SCHED_NR_UE/phy_sch_processing_time.h
openair1/SCHED_NR_UE/phy_sch_processing_time.h
+5
-0
openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h
openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h
+5
-0
No files found.
openair1/SCHED_NR_UE/phy_sch_processing_time.h
View file @
9b95c9c6
...
...
@@ -31,6 +31,9 @@
\warning
*/
#ifndef __PHY_SCH_PROCESSING_TIME_H__
#define __PHY_SCH_PROCESSING_TIME_H__
/* TS 38.214 Table 5.3-1: PDSCH processing time for PDSCH processing capability 1
// corresponding to the PDSCH decoding time N_1 [symbols]
// where mu corresponds to the one of {mu_PDCCH, mu_PDSCH, mu_UL}
...
...
@@ -139,3 +142,5 @@ static const float pusch_d_2_2_timing_capability_2[4][2] = {
{
2
,
9
},
{
3
,
18
},
};
#endif
openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h
View file @
9b95c9c6
...
...
@@ -30,6 +30,9 @@
* For example the PRACH duration is requested in the O-RAN 7.2 FrontHaul Interface
*/
#ifndef __NR_PRACH_CONFIG_H__
#define __NR_PRACH_CONFIG_H__
/**
* @brief Fetch PRACH format (format only) from PRACH configuration tables
*
...
...
@@ -73,3 +76,5 @@ nr_prach_info_t get_nr_prach_occasion_info_from_index(uint8_t index, frequency_r
* @return PRACH format (format concatenated with format2)
*/
uint16_t
get_nr_prach_format_from_index
(
uint8_t
index
,
uint32_t
pointa
,
uint8_t
unpaired
);
#endif
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