Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
Commits
90504d10
Commit
90504d10
authored
Apr 28, 2015
by
Cedric Roux
Browse files
minor fix
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7282
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
70da6593
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/NETWORK_DRIVER/MESH/common.c
View file @
90504d10
...
...
@@ -205,7 +205,7 @@ void nas_COMMON_receive(uint16_t dlen,
#ifdef NAS_ADDRESS_FIX
#ifdef NAS_DEBUG_RECEIVE
printk
(
"NAS_COMMON_RECEIVE: dumping the packet before the csum recalculation
\n
"
,
skb
->
len
);
printk
(
"NAS_COMMON_RECEIVE: dumping the packet before the csum recalculation
(len %d)
\n
"
,
skb
->
len
);
for
(
i
=
0
;
i
<
skb
->
len
;
i
++
)
printk
(
"%2x "
,((
unsigned
char
*
)(
skb
->
data
))[
i
]);
...
...
@@ -582,12 +582,12 @@ struct rb_entity *nas_COMMON_search_rb(struct cx_entity *cx, nasRadioBearerId_t
for
(
rb
=
cx
->
rb
;
rb
!=
NULL
;
rb
=
rb
->
next
)
{
#ifdef NAS_DEBUG_CLASS
printk
(
"SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
\n
"
);
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.rab_id %u
\n
"
,
rb
->
rab_id
);
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.sapi %u
\n
"
,
rb
->
sapi
;
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.qos %u
\n
"
,
rb
->
qos
;
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.state %u
\n
"
,
rb
->
state
;
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.retry %u
\n
"
,
rb
->
retry
;
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.countimer %u
\n\n
"
,
rb
->
countimer
;
);
printk
(
"NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.rab_id %u
\n
"
,
rb
->
rab_id
,
rab_id
);
//
printk("NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.sapi %u \n", rb->sapi
)
;
//
printk("NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.qos %u \n", rb->qos
)
;
//
printk("NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.state %u \n", rb->state
)
;
//
printk("NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.retry %u \n", rb->retry
)
;
//
printk("NAS_COMMON_SEARCH_RB - rab_id %d Comparing rb_entity.countimer %u \n\n", rb->countimer);
#endif
if
(
rb
->
rab_id
==
rab_id
)
...
...
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