summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sercomm: More API documentationHarald Welte2017-05-171-4/+35
* sercomm: Better integration of driver interfaceHarald Welte2017-05-171-28/+17
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-172-4/+4
* src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte2017-05-171-1/+0
* sercomm: Rename sercomm_lock() to sercomm_drv_lock()Harald Welte2017-05-171-18/+15
* sercomm: remove unrequired helper functionsHarald Welte2017-05-171-13/+0
* sercomm: Move HDLC related defines into C fileHarald Welte2017-05-171-0/+7
* sercomm: Add doxygen-style documentation to public APIHarald Welte2017-05-171-3/+13
* sercomm: include header file from osmocom/coreHarald Welte2017-05-171-2/+1
* sercomm: make rx msg size configurable per instanceHarald Welte2017-05-171-4/+6
* sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2017-05-171-14/+14
* sercomm: Enable multiple instances of 'sercomm'Harald Welte2017-05-171-93/+70
* Import sercomm.c from osmocom-bbHarald Welte2017-05-171-0/+343
* gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy2017-05-171-2/+1
* timer: use timerclear() rather than explicit tv_set = tv_usec = 0Harald Welte2017-05-151-2/+1
* stats: Disable stats*.c on embedded targetsHarald Welte2017-05-152-0/+18
* strrb: Add missing #include to talloc.hHarald Welte2017-05-151-0/+1
* gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2017-05-152-3/+15
* libosmogb: Convert to use new endian conversion helpersHarald Welte2017-05-156-96/+91
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-1510-34/+31
* src/logging.c: Fix EMBEDDED buildHarald Welte2017-05-151-1/+1
* Make EARFCN size calculation more robustMax2017-05-142-6/+22
* gsm_04_08: Add missing GSM cause valueDaniel Willmann2017-05-121-0/+3
* doc: fix incorrect return value descriptionMax2017-05-101-1/+1
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-099-16/+21
* vty: cleanup logging functionsMax2017-05-092-14/+15
* gprs: add value strings for NS PDU typeMax2017-05-092-2/+27
* Simplify ctrl cmd lookupMax2017-05-082-32/+25
* gsm0808: fix control flow issuePhilipp Maier2017-05-081-3/+2
* core/conv: strip unused memalign() callVadim Yanitskiy2017-05-071-10/+1
* Fix broken ctrl commandsMax2017-05-031-1/+2
* Add SW Description (de)marshallingMax2017-04-282-0/+160
* Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte2017-04-271-0/+2
* control_if: Don't use magic number '5' when allocating vectorHarald Welte2017-04-271-1/+1
* control_if: Add control interface commands for FSMsHarald Welte2017-04-273-1/+180
* control_if: Add helper function for 'local execution' of control commandHarald Welte2017-04-271-0/+28
* control_if: Add API to initialize control interface without TCP port bindHarald Welte2017-04-261-27/+63
* ctrl: Allow installation of additional node lookup helpersHarald Welte2017-04-261-0/+41
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-235-5/+5
* fsm: Re-set fsm_inst->T to 0 after timer expirationHarald Welte2017-04-161-1/+4
* osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2017-04-161-0/+24
* ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2017-04-152-1/+120
* core/conv: implement optimized Viterbi decoderTom Tsou2017-04-114-1/+806
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-33/+187
* Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte2017-04-091-0/+18
* compiler warnings: take care of compiler warning "unused-result"Thorsten Alteholz2017-04-081-0/+7
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-081-0/+1
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-082-0/+57
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-082-0/+53
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-082-0/+34