summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* l1sap: Add frame-number to measurement indication structPhilipp Maier2017-05-171-0/+1
* stats: Disable stats*.c on embedded targetsHarald Welte2017-05-151-0/+10
* gsm/tlv.h: fix copy-paste errorVadim Yanitskiy2017-05-151-2/+2
* gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2017-05-152-2/+2
* tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte orderHarald Welte2017-05-151-0/+23
* introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2017-05-152-0/+44
* endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte2017-05-151-1/+13
* Make EARFCN size calculation more robustMax2017-05-141-1/+4
* gsm_04_08: Add missing GSM cause valueDaniel Willmann2017-05-121-0/+3
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-0/+2
* vty: cleanup logging functionsMax2017-05-092-3/+3
* gprs: add value strings for NS PDU typeMax2017-05-091-0/+2
* Add SW Description (de)marshallingMax2017-04-281-0/+16
* control_if: Add control interface commands for FSMsHarald Welte2017-04-271-0/+2
* control_if: Add helper function for 'local execution' of control commandHarald Welte2017-04-271-0/+1
* control_if: Add API to initialize control interface without TCP port bindHarald Welte2017-04-261-0/+1
* ctrl: Allow installation of additional node lookup helpersHarald Welte2017-04-261-0/+2
* osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2017-04-161-0/+4
* ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2017-04-151-0/+7
* 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
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-0/+4
* Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte2017-04-091-0/+14
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-081-0/+5
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-081-0/+3
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-081-0/+2
* gsm0808: Add utils for Cell Identifier ListPhilipp Maier2017-04-082-0/+16
* gsm0808: Add utils for Encryption InformationPhilipp Maier2017-04-082-0/+18
* gsm0808: Add utils for Channel TypePhilipp Maier2017-04-082-0/+17
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-081-2/+19
* gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2017-04-082-0/+41
* gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier2017-04-082-0/+31
* add VTY port number for osmo-stpHarald Welte2017-04-081-0/+1
* logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte2017-04-031-1/+5
* Add support for PCU version reportMax2017-03-231-0/+1
* abis: add message type namesMax2017-03-221-0/+1
* abis: add attribute namesMax2017-03-211-0/+1
* build: fix build dependencies for generated sourcesNeels Hofmeyr2017-03-201-1/+3
* build: generate gsm0503.h to builddir, not srcdirNeels Hofmeyr2017-03-201-1/+1
* add gsm48_pdisc_msgtype_name()Neels Hofmeyr2017-03-161-0/+5
* add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2017-03-161-0/+4
* fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr2017-03-151-1/+1
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-151-1/+1
* linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr2017-03-151-0/+30
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-151-0/+2
* gsm_04_08: add _NUM_CHREQ_T to enumAlexander Couzens2017-03-141-0/+1
* gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2017-03-141-0/+2
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-076-0/+215
* gsm0503.h: generate header automaticallyVadim Yanitskiy2017-03-062-174/+6
* fsm: convenience: add inline osmo_fsm_inst_state_name()Neels Hofmeyr2017-03-011-0/+4