I did the first one. But if I do the second one how do I use that with OsmocomBB?

Thanks,

Arslan


On Sun, Apr 21, 2013 at 10:52 PM, Pavel Baturko <pabftk@gmail.com> wrote:
Hi Arslan,

You made changes in lapdm.* files in shared libosmocore (OsmocomBB git repo, path src/shared/libosmocore/) or in separate libosmocore (from its own repo)? You should use the last one.

Thanks,
Pavel



On Sun, Apr 21, 2013 at 6:14 PM, Arslan Anjum <arslan.anj@gmail.com> wrote:
Good evening all or whatever time it is there!

1. For debugging I have added a FILE* opf; member to lapdm_entity struct in lapdm.h

But when I try to initialize this file pointer in mobile_init function in app_mobile.c I get a compile time error that lapdm_entity does not have a member named 'opf'.

2. When I declare the same member in osmocom_ms struct I don't get this error.

3. Furthermore, any changes I make to lapdm.c don't show up on runtime. I can quote specific examples but the mail would get long.

Lastly is there any documentation on for LOGP and how to see it's different log levels.

Regards,

Arslan