Move from local to external osmo* libraries
src/libdebug -> libosmocore src/libselect -> libosmocore src/libtimer -> libosmocore src/libosmocc -> libosmo-cc src/libg711 -> libosmo-cc
This commit is contained in:
@@ -14,7 +14,7 @@ typedef struct transaction {
|
||||
nmt_t *nmt; /* pointer to nmt instance, if bound to a channel */
|
||||
int callref; /* callref for transaction */
|
||||
struct nmt_subscriber subscriber;
|
||||
struct timer timer;
|
||||
struct osmo_timer_list timer;
|
||||
int page_try; /* number of paging try */
|
||||
|
||||
/* caller ID */
|
||||
|
Reference in New Issue
Block a user