summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy2017-05-171-5/+1
* gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy2017-05-171-2/+1
* l1sap: Add frame-number to measurement indication structPhilipp Maier2017-05-171-0/+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-153-0/+28
* gsm/tlv.h: fix copy-paste errorVadim Yanitskiy2017-05-151-2/+2
* fsm_test.c: fix unreachable checkVadim Yanitskiy2017-05-151-1/+3
* strrb: Add missing #include to talloc.hHarald Welte2017-05-151-0/+1
* gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2017-05-154-5/+17
* libosmogb: Convert to use new endian conversion helpersHarald Welte2017-05-156-96/+91
* tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte orderHarald Welte2017-05-151-0/+23
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-1510-34/+31
* introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2017-05-156-2/+89
* endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte2017-05-151-1/+13
* src/logging.c: Fix EMBEDDED buildHarald Welte2017-05-151-1/+1
* kasumi_test.c: fix incomplete checkVadim Yanitskiy2017-05-141-8/+8
* Make EARFCN size calculation more robustMax2017-05-143-7/+26
* gsm_04_08: Add missing GSM cause valueDaniel Willmann2017-05-122-0/+6
* configure.ac: fix build on systems without SIMD supportVadim Yanitskiy2017-05-111-3/+4
* doc: fix incorrect return value descriptionMax2017-05-101-1/+1
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-0911-22/+26
* vty: cleanup logging functionsMax2017-05-095-18/+19
* gprs: add value strings for NS PDU typeMax2017-05-093-2/+29
* Simplify ctrl cmd lookupMax2017-05-082-32/+25
* gsm0808: fix control flow issuePhilipp Maier2017-05-081-3/+2
* configure.ac: check for __builtin_cpu_supports call supportVadim Yanitskiy2017-05-081-0/+27
* configure.ac: add SIMD detection capabilitiesVadim Yanitskiy2017-05-074-0/+173
* core/conv: strip unused memalign() callVadim Yanitskiy2017-05-071-10/+1
* Fix broken ctrl commandsMax2017-05-031-1/+2
* tests/conv: add GSM 05.03 specific testVadim Yanitskiy2017-04-306-5/+355
* Add SW Description (de)marshallingMax2017-04-288-2/+437
* 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-276-12/+227
* control_if: Add helper function for 'local execution' of control commandHarald Welte2017-04-273-1/+30
* control_if: Add API to initialize control interface without TCP port bindHarald Welte2017-04-262-27/+64
* ctrl: Allow installation of additional node lookup helpersHarald Welte2017-04-262-0/+43
* 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-164-9/+43
* ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2017-04-153-1/+127
* msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()Harald Welte2017-04-151-0/+15
* vty/command.h: Introduce VTY nodes for libosmo-sigtranHarald Welte2017-04-141-0/+8
* core/conv: implement optimized Viterbi decoderTom Tsou2017-04-114-1/+806
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-095-33/+248
* Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte2017-04-092-0/+32
* compiler warnings: take care of compiler warning "unused-result"Thorsten Alteholz2017-04-081-0/+7
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-083-0/+15
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-085-0/+113
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-085-0/+99