Re: [PATCH] Replace Glib type with standard C type

2009-10-24 Thread Marcel Holtmann
Hi Denis, Below patch is to replace Glib type with standard C type in hfpmodem.h, like guint, guint8, etc. Patch has been applied. Thanks. please double check the author name is in the right format. Firstname Lastname and not Lastname, Firstname what Exchange always messes up. Git will

Re: [RFC] GPRS context setup and teardown (doc/dataconnectionmanager-api.txt)

2009-10-24 Thread Denis Kenzior
Hi Andrew, in set_registration_status: attached = (status != NETWORK_REGISTRATION_STATUS_REGISTERED status != NETWORK_REGISTRATION_STATUS_ROAMING); if (gprs-attached != (int) attached !(gprs-flags GPRS_FLAG_ATTACHING)) {