Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
f828e951
Commit
f828e951
authored
4 months ago
by
Rúben Soares Silva
Committed by
Robert Schmidt
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Harmonize SFN and Slot typing with SCF standard
parent
ebf07dfc
No related branches found
No related tags found
2 merge requests
!3134
Integration: `2024.w48`
,
!3131
FAPI P7 Refactoring and unitary test creation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nfapi/open-nFAPI/pnf/public_inc/nfapi_pnf_interface.h
+2
-2
2 additions, 2 deletions
nfapi/open-nFAPI/pnf/public_inc/nfapi_pnf_interface.h
with
2 additions
and
2 deletions
nfapi/open-nFAPI/pnf/public_inc/nfapi_pnf_interface.h
+
2
−
2
View file @
f828e951
...
...
@@ -571,8 +571,8 @@ typedef struct
typedef
struct
{
//uint16_t sfn_slot
int16_t
sfn
;
int16_t
slot
;
u
int16_t
sfn
;
u
int16_t
slot
;
//TODO: Change P7 structs to NR
nfapi_nr_dl_tti_request_t
*
dl_tti_req
;
//nfapi_dl_config_request_t* dl_config_req;
nfapi_nr_ul_tti_request_t
*
ul_tti_req
;
//nfapi_ul_config_request_t* ul_config_req;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment