Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Worker.N
openairinterface5G
Commits
f754e31e
Commit
f754e31e
authored
8 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
compilation warnings removal
parent
7a6709a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/NETWORK_DRIVER/MESH/common.c
+6
-6
6 additions, 6 deletions
openair2/NETWORK_DRIVER/MESH/common.c
with
6 additions
and
6 deletions
openair2/NETWORK_DRIVER/MESH/common.c
+
6
−
6
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment