ADM_Modem_Listen
static void *ADM_Modem_Listen(void *);
if (pthread_create(&modemListen, NULL, ADM_Modem_Listen, NULL) != 0) {