Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate comp128 | Max | 2016-04-22 | 1 | -1/+6 |
| | | | | | Mark function as deprecated to discourage its usage: people should use generic API in osmocom/crypt/auth.h | ||||
* | comp128: mark ki and srand as 'const' input parameters | Harald Welte | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | This patch moves the GSM-specific functions to the new library | Pablo Neira Ayuso | 2011-03-23 | 1 | -0/+230 |
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> |