Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -1/+1 |
| | | | | | | | Shipping our own private copy of talloc was a good idea in 2008, when it was not readily available on most target platforms. Today, the situation is quite different, as it is a standard library on major Linux distributions. | ||||
* | This patch moves the GSM-specific functions to the new library | Pablo Neira Ayuso | 2011-03-23 | 1 | -0/+11 |
libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org> |