aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gprs_cipher_core.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-16gprs_cipher_core: Fix potential buffer overflowsHarald Welte1-3/+3
detected by Smatch
2011-05-07plugin: use namespace prefix osmo_*Pablo Neira Ayuso1-1/+1
Summary of changes: s/plugin_load_all/osmo_plugin_load_all/g
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-3/+3
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2011-03-23This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso1-0/+99
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>