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
oai
openairinterface5G
Commits
a1683ba2
Commit
a1683ba2
authored
May 05, 2014
by
gauthier
Browse files
Function return NULL
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5300
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
8b714302
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
a1683ba2
...
...
@@ -441,6 +441,7 @@ unsigned char *get_dlsch_sdu(module_id_t module_idP, frame_t frameP, rnti_t rnti
return
((
unsigned
char
*
)
&
eNB_mac_inst
[
module_idP
].
DLSCH_pdu
[
ue_mod_id
][
TBindex
].
payload
[
0
]);
}
else
{
LOG_E
(
MAC
,
"[eNB %d] Frame %d: UE with RNTI %x does not exist
\n
"
,
module_idP
,
frameP
,
rntiP
);
return
NULL
;
}
}
...
...
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