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
4e2b8ddb
Commit
4e2b8ddb
authored
Apr 25, 2024
by
matilde.costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix nas_config in rrc sl preconfiguration for tun interface name
parent
e8ca1204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/RRC/NR_UE/rrc_sl_preconfig.c
openair2/RRC/NR_UE/rrc_sl_preconfig.c
+1
-1
No files found.
openair2/RRC/NR_UE/rrc_sl_preconfig.c
View file @
4e2b8ddb
...
...
@@ -590,7 +590,7 @@ void nr_UE_configure_Sidelink(uint8_t id, uint8_t is_sync_source) {
config_get
(
SL_UEINFO
,
sizeof
(
SL_UEINFO
)
/
sizeof
(
paramdef_t
),
aprefix
);
LOG_I
(
NR_RRC
,
"SL L2 SRCid %x, SL ipv4 addr X.X.%d.%d
\n
"
,
ueinfo
.
srcid
,
ueinfo
.
thirdOctet
,
ueinfo
.
fourthOctet
);
nas_config
(
1
,
ueinfo
.
thirdOctet
,
ueinfo
.
fourthOctet
,
"oai_sl_tun"
);
nas_config
(
1
+
ueinfo
.
srcid
,
ueinfo
.
thirdOctet
,
ueinfo
.
fourthOctet
+
ueinfo
.
srcid
,
"oai_sl_tun"
);
//
nas_config(1 + ueinfo.srcid,ueinfo.thirdOctet,ueinfo.fourthOctet + ueinfo.srcid,"oai_sl_tun");
nr_rrc_mac_config_req_sl_preconfig
(
id
,
sl_preconfig
,
sync_source
,
ueinfo
.
srcid
);
...
...
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