Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
0a40df9a
Commit
0a40df9a
authored
Aug 06, 2021
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove 2 useless modif which added alignment attributes, fix telnet server compilation erro
parent
1dbf65be
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
common/utils/telnetsrv/telnetsrv_measurements.c
common/utils/telnetsrv/telnetsrv_measurements.c
+2
-2
openair1/PHY/TOOLS/time_meas.h
openair1/PHY/TOOLS/time_meas.h
+1
-1
openair2/COMMON/rrc_messages_types.h
openair2/COMMON/rrc_messages_types.h
+1
-1
openair2/LAYER2/PDCP_v10.1.0/pdcp.h
openair2/LAYER2/PDCP_v10.1.0/pdcp.h
+1
-1
No files found.
common/utils/telnetsrv/telnetsrv_measurements.c
View file @
0a40df9a
...
...
@@ -235,8 +235,8 @@ int measurcmd_async(char *buf, int debug, telnet_printfunc_t prnt) {
int
idx1
,
idx2
;
int
okcmd
=
0
;
if
buf
f
==
NULL
)
{
measurcmd_async_help
();
if
(
bu
f
==
NULL
)
{
measurcmd_async_help
(
prnt
);
return
CMDSTATUS_FOUND
;
}
if
(
debug
>
0
)
...
...
openair1/PHY/TOOLS/time_meas.h
View file @
0a40df9a
...
...
@@ -56,7 +56,7 @@ typedef struct {
int
msgid
;
/*!< \brief message id, as defined by TIMESTAT_MSGID_X macros */
int
timestat_id
;
/*!< \brief points to the time_stats_t entry in cpumeas table */
OAI_CPUTIME_TYPE
ts
;
/*!< \brief time stamp */
void
(
*
displayFunc
)(
void
*
);
/*!< \brief function to call when DISPLAY message is received*/
void
*
displayFunc
;
/*!< \brief function to call when DISPLAY message is received*/
}
time_stats_msg_t
;
...
...
openair2/COMMON/rrc_messages_types.h
View file @
0a40df9a
...
...
@@ -421,7 +421,7 @@ typedef struct NRRrcConfigurationReq_s {
// UE: NAS -> RRC messages
typedef
kenb_refresh_req_t
NasKenbRefreshReq
;
typedef
cell_info_req_t
NasCellSelectionReq
__attribute__
((
aligned
(
__alignof__
(
char
))
))
;
typedef
cell_info_req_t
NasCellSelectionReq
;
typedef
nas_establish_req_t
NasConnEstabliReq
;
typedef
ul_info_transfer_req_t
NasUlDataReq
;
...
...
openair2/LAYER2/PDCP_v10.1.0/pdcp.h
View file @
0a40df9a
...
...
@@ -483,7 +483,7 @@ typedef struct {
uint8_t
status
;
PC5SignallingMessage
pc5_signalling_message
;
}
pc5sPrimitive
;
}
__attribute__
((
__packed__
,
aligned
(
__alignof__
(
char
))
))
sidelink_pc5s_element
;
}
__attribute__
((
__packed__
))
sidelink_pc5s_element
;
/*
...
...
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