FreeCalypso > hg > themwi-system-sw
comparison mncc/gsm_call.c @ 28:660126bd5f59
themwi-mncc: fix one bug, add debug syslog output
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 28 Jun 2022 21:47:04 -0800 |
| parents | ccc5ab6d8388 |
| children |
comparison
equal
deleted
inserted
replaced
| 27:c6572f4c31d2 | 28:660126bd5f59 |
|---|---|
| 81 for (;;) { | 81 for (;;) { |
| 82 callref = alloc_mt_callref(); | 82 callref = alloc_mt_callref(); |
| 83 if (!find_gsm_callref(callref)) | 83 if (!find_gsm_callref(callref)) |
| 84 break; | 84 break; |
| 85 } | 85 } |
| 86 syslog(LOG_DEBUG, "creating new MT callref 0x%x", callref); | |
| 86 return create_gsm_call(callref); | 87 return create_gsm_call(callref); |
| 87 } | 88 } |
| 88 | 89 |
| 89 gc_call_list() | 90 gc_call_list() |
| 90 { | 91 { |
