gsm0480: Move the USSD parsing code to libosmocore
authorHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 8 Oct 2010 17:47:15 +0000 (01:47 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 8 Oct 2010 17:49:11 +0000 (01:49 +0800)
commit00cb5700e65ef8bf4e86bdb0b45084265d73e5d9
tree0146273e0d9263c082c764b8fb5d3c34e7480a42
parentc87f26652258ea7133efe57d1e8c8fc2f21c0efd
gsm0480: Move the USSD parsing code to libosmocore

- Change u_int8 to uint8
- Change DEBUGP to LOGP
- Change fprintf(stderr, to LOGP(0, LOGL_DEBUG
- We should define log areas used inside libosmocore
include/osmocore/gsm0480.h
src/gsm0480.c