Re: [PATCH] Move file to utils, and add new feature.
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
commited to cvs.
Thanks,
Alex
Am 14.04.2009 um 16:03 schrieb Vincent CHAVANIS:
>
> This *minor* patch :
>
> - just moves the file from /test/ to the /utils/ folder which is IMO
> more appropriate.
> - add a new feature: now prints ot (operation type) on ack/nack
> responses
>
> + printf("E%d_ACK \t%s\n", emimsg->ot,
> + octstr_get_cstr(emimsg->fields[E50_ADC]));
> + printf("E%d_SM \t%s\n", emimsg->ot,
> + octstr_get_cstr(emimsg->fields[E50_OADC]));
>
> - also updates credits informations.
>
> Vincent
>
> <patch_dec_emi.txt>