summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-085-0/+78
* gsm0808: Add utils for Cell Identifier ListPhilipp Maier2017-04-085-0/+181
* gsm0808: Add utils for Encryption InformationPhilipp Maier2017-04-085-0/+131
* gsm0808: Add utils for Channel TypePhilipp Maier2017-04-085-0/+123
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-085-7/+195
* gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2017-04-085-0/+355
* gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier2017-04-086-1/+220
* add VTY port number for osmo-stpHarald Welte2017-04-081-0/+1
* select: Find the highest fd when filling the fd_setsHolger Hans Peter Freyther2017-04-041-1/+12
* logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UAHarald Welte2017-04-031-0/+20
* logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte2017-04-031-1/+5
* jenkins: also test build in separate dirNeels Hofmeyr2017-03-311-0/+12
* Fix LAPD UA message buffer memory leak.Jean-Francois Dionne2017-03-291-5/+5
* Add support for PCU version reportMax2017-03-232-0/+2
* abis: add message type namesMax2017-03-223-0/+105
* abis: add attribute namesMax2017-03-213-0/+73
* build: fix distcheck: include gen scripts in EXTRA_DISTNeels Hofmeyr2017-03-201-0/+2
* build: fix build dependencies for generated sourcesNeels Hofmeyr2017-03-202-2/+6
* build: conv_gen.py: ensure parent dirs of written files existNeels Hofmeyr2017-03-201-3/+9
* build: generate gsm0503.h to builddir, not srcdirNeels Hofmeyr2017-03-201-1/+1
* build: coding/gsm0503: fix build in sep. dir: -I builddirNeels Hofmeyr2017-03-201-0/+1
* osmo-auc-gen: fix --sqn limit on 32bit systems, fixing buildNeels Hofmeyr2017-03-201-3/+1
* README.md: Make sure all hyperlinks use <>Harald Welte2017-03-171-7/+7
* logging: fail gracefully if log_info() was not calledHarald Welte2017-03-161-0/+21
* jenkins: add value_string termination checkNeels Hofmeyr2017-03-161-0/+2
* Add a README file for some background information about this repoHarald Welte2017-03-162-1/+81