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
17aef213
Commit
17aef213
authored
2 years ago
by
Angelo Athanassopoulos
Browse files
Options
Downloads
Patches
Plain Diff
Fix: noS1 with SDAP
parent
f1c5378e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1658
integration_2022_wk32
,
!1635
Fix SDAP in RFSIM mode
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
+4
-2
4 additions, 2 deletions
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
with
4 additions
and
2 deletions
openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
+
4
−
2
View file @
17aef213
...
...
@@ -591,8 +591,10 @@ uint64_t nr_pdcp_module_init(uint64_t _pdcp_optmask, int id)
int
num_if
=
(
NFAPI_MODE
==
NFAPI_UE_STUB_PNF
||
IS_SOFTMODEM_SIML1
||
NFAPI_MODE
==
NFAPI_MODE_STANDALONE_PNF
)
?
MAX_MOBILES_PER_ENB
:
1
;
netlink_init_tun
(
ifsuffix_ue
,
num_if
,
id
);
//Add --nr-ip-over-lte option check for next line
if
(
IS_SOFTMODEM_NOS1
)
nas_config
(
1
,
1
,
!
get_softmodem_params
()
->
nsa
?
2
:
3
,
ifsuffix_ue
);
if
(
IS_SOFTMODEM_NOS1
){
nas_config
(
1
,
1
,
!
get_softmodem_params
()
->
nsa
?
2
:
3
,
ifsuffix_ue
);
set_qfi_pduid
(
7
,
10
);
}
LOG_I
(
PDCP
,
"UE pdcp will use tun interface
\n
"
);
start_pdcp_tun_ue
();
}
else
if
(
ENB_NAS_USE_TUN
)
{
...
...
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