summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add gsm48_pdisc_msgtype_name()Neels Hofmeyr2017-03-163-0/+207
* add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2017-03-163-0/+24
* contrib: add script to find unterminated value_string arraysNeels Hofmeyr2017-03-161-0/+33
* auth_milenage: fix check against too large indNeels Hofmeyr2017-03-161-1/+1
* fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr2017-03-151-1/+1
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-153-3/+4
* milenage_test: cosmetic: verify AUTS in commentsNeels Hofmeyr2017-03-151-0/+56
* fix wrong return codeThorsten Alteholz2017-03-151-1/+1
* linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr2017-03-151-0/+30
* milenage_test: enhance to verify new SQN incrementsNeels Hofmeyr2017-03-152-0/+31
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-153-1/+74