Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
f754e31e
Commit
f754e31e
authored
Mar 24, 2017
by
Cédric Roux
Browse files
compilation warnings removal
parent
7a6709a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/NETWORK_DRIVER/MESH/common.c
View file @
f754e31e
...
...
@@ -59,14 +59,14 @@ void nas_COMMON_receive(uint16_t dlen,
struct
nas_priv
*
gpriv
=
netdev_priv
(
nasdev
[
inst
]);
uint32_t
odaddr
,
osaddr
;
int
i
;
//
int i;
unsigned
char
protocol
;
unsigned
char
*
addr
,
*
daddr
,
*
saddr
,
*
ifaddr
,
sn
;
unsigned
char
/*
*addr,
*/
*
daddr
,
*
saddr
,
*
ifaddr
/*
,sn
*/
;
struct
udphdr
*
uh
;
struct
tcphdr
*
th
;
//
struct udphdr *uh;
//
struct tcphdr *th;
uint16_t
*
cksum
,
check
;
struct
iphdr
*
network_header
;
...
...
@@ -340,7 +340,7 @@ void nas_COMMON_QOS_send(struct sk_buff *skb, struct cx_entity *cx, struct class
int
i
;
#endif
unsigned
int
bytes_wrote
;
unsigned
char
j
;
//
unsigned char j;
// Start debug information
#ifdef NAS_DEBUG_SEND
printk
(
"NAS_COMMON_QOS_SEND - inst %d begin
\n
"
,
inst
);
...
...
@@ -595,7 +595,7 @@ struct rb_entity *nas_COMMON_search_rb(struct cx_entity *cx, nasRadioBearerId_t
struct
classifier_entity
*
nas_COMMON_search_class_for_rb
(
nasRadioBearerId_t
rab_id
,
struct
nas_priv
*
priv
)
{
struct
rb_entity
*
rb
;
//
struct rb_entity *rb;
int
dscp
;
struct
classifier_entity
*
rclass
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment