Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
oai
openairinterface5G
Commits
045132ba
Commit
045132ba
authored
Mar 24, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation warning removal
parent
4080a639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair2/NETWORK_DRIVER/MESH/classifier.c
openair2/NETWORK_DRIVER/MESH/classifier.c
+3
-3
No files found.
openair2/NETWORK_DRIVER/MESH/classifier.c
View file @
045132ba
...
...
@@ -605,12 +605,12 @@ void nas_CLASS_send(struct sk_buff *skb,int inst)
//---------------------------------------------------------------------------
struct
classifier_entity
*
p
,
*
sp
;
uint8_t
*
protocolh
,
version
;
uint8_t
protocol
,
dscp
,
exp
,
label
;
uint8_t
protocol
,
dscp
/*
, exp,label
*/
;
uint16_t
classref
;
struct
cx_entity
*
cx
;
unsigned
int
i
;
//
unsigned int i;
unsigned
int
router_adv
=
0
;
//
unsigned int router_adv = 0;
struct
net_device
*
dev
=
nasdev
[
inst
];
struct
nas_priv
*
gpriv
=
netdev_priv
(
dev
);
...
...
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