Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | signal: use namespace prefix osmo_signal* | Pablo Neira Ayuso | 2011-05-07 | 1 | -4/+7 |
| | | | | | | | | | Summary of changes: s/signal_cbfn/osmo_signal_cbfn/g s/register_signal_handler/osmo_signal_register_handler/g s/unregister_signal_handler/osmo_signal_unregister_handler/g s/dispatch_signal/osmo_signal_dispatch/g | ||||
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -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> | ||||
* | intial checkin of the libosmocore project | Harald Welte | 2010-02-20 | 1 | -0/+84 |