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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
lizhongxiao
OpenXG-RAN
Commits
5edf7c0a
Commit
5edf7c0a
authored
Aug 25, 2022
by
Vaibhav Shrivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for SRB SDU size
parent
9e509938
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/COMMON/ss_messages_types.h
openair2/COMMON/ss_messages_types.h
+1
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+1
-1
No files found.
openair2/COMMON/ss_messages_types.h
View file @
5edf7c0a
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
#define SS_VTP_PROXY_UPD(mSGpTR) (mSGpTR)->ittiMsg.ss_vtp_proxy_upd
#define SS_VTP_PROXY_UPD(mSGpTR) (mSGpTR)->ittiMsg.ss_vtp_proxy_upd
#define SS_VTP_PROXY_ACK(mSGpTR) (mSGpTR)->ittiMsg.ss_vtp_proxy_ack
#define SS_VTP_PROXY_ACK(mSGpTR) (mSGpTR)->ittiMsg.ss_vtp_proxy_ack
#define SS_VT_TIME_OUT(mSGpTR) (mSGpTR)->ittiMsg.ss_vt_time_out
#define SS_VT_TIME_OUT(mSGpTR) (mSGpTR)->ittiMsg.ss_vt_time_out
#define SDU_SIZE (
512
)
#define SDU_SIZE (
1024
)
/** SYS IND */
/** SYS IND */
#define SS_SYSTEM_IND(mSGpTR) (mSGpTR)->ittiMsg.ss_system_ind
#define SS_SYSTEM_IND(mSGpTR) (mSGpTR)->ittiMsg.ss_system_ind
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
5edf7c0a
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
bool
RRCConnSetup_PDU_Present
=
false
;
bool
RRCConnSetup_PDU_Present
=
false
;
uint8_t
RRCMsgOnSRB0_PDUSize
=
0
;
uint8_t
RRCMsgOnSRB0_PDUSize
=
0
;
uint8_t
RRCMsgOnSRB0_PDU
[
512
];
uint8_t
RRCMsgOnSRB0_PDU
[
1024
];
#define ASN_MAX_ENCODE_SIZE 4096
#define ASN_MAX_ENCODE_SIZE 4096
#define NUMBEROF_DRBS_TOBE_ADDED 1
#define NUMBEROF_DRBS_TOBE_ADDED 1
...
...
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