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
4c97f3f8
Commit
4c97f3f8
authored
Mar 24, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation warnings removal
parent
969a71e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
openair2/NETWORK_DRIVER/MESH/common.c
openair2/NETWORK_DRIVER/MESH/common.c
+6
-6
No files found.
openair2/NETWORK_DRIVER/MESH/common.c
View file @
4c97f3f8
...
...
@@ -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
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