misc: Fix crash in cell_log due missing l1_prim_cb

Commit 3538c38835 introduced the
l1_prim_cb but the init of the misc apps were not updated, make
it us the generic callback that should restore the previous behavior
This commit is contained in:
Holger Hans Peter Freyther 2011-07-16 09:33:35 +02:00
parent d6663ad996
commit 58a1b81425
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ int main(int argc, char **argv)
ms->lapdm_channel.lapdm_acch.l1_ctx = ms;
ms->lapdm_channel.lapdm_acch.l3_ctx = ms;
lapdm_channel_init(&ms->lapdm_channel, LAPDM_MODE_MS);
lapdm_channel_set_l1(&ms->lapdm_channel, l1ctl_ph_prim_cb, ms);
rc = l23_app_init(ms);
if (rc < 0)