aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Add osmo_sock_init2() function, allowing both BIND *and* CONNECTlaforge/sock2Harald Welte1-0/+4
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier1-0/+5
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier1-0/+3
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier1-0/+2
2017-04-08gsm0808: Add utils for Cell Identifier ListPhilipp Maier2-0/+16
2017-04-08gsm0808: Add utils for Encryption InformationPhilipp Maier2-0/+18
2017-04-08gsm0808: Add utils for Channel TypePhilipp Maier2-0/+17
2017-04-08gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier1-2/+19
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2-0/+41
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier1-0/+30
2017-04-08add VTY port number for osmo-stpHarald Welte1-0/+1
2017-04-03logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte1-1/+5
2017-03-23Add support for PCU version reportMax1-0/+1
2017-03-22abis: add message type namesMax1-0/+1
2017-03-21abis: add attribute namesMax1-0/+1
2017-03-16add gsm48_pdisc_msgtype_name()Neels Hofmeyr1-0/+5
2017-03-16add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr1-0/+4
2017-03-15fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr1-1/+1
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+1
2017-03-15linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr1-0/+30
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr1-0/+2
2017-03-14gsm_04_08: add _NUM_CHREQ_T to enumAlexander Couzens1-0/+1
2017-03-14gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens1-0/+2
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy5-0/+210
2017-03-06gsm0503.h: generate header automaticallyVadim Yanitskiy1-174/+0
2017-03-01fsm: convenience: add inline osmo_fsm_inst_state_name()Neels Hofmeyr1-0/+4
2017-03-01Use value_string for ctrl_typeMax1-2/+4
2017-02-24ports.h: rename CSCN to MSCNeels Hofmeyr2-2/+2
2017-02-23Expand and expose ctrl connection allocationMax1-1/+1
2017-02-23logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-16/+18
2017-02-23logging.h: fixup: add API doc for logging enums recently addedNeels Hofmeyr1-0/+5
2017-02-23logging.h: fix backwards compat broken by recent commitNeels Hofmeyr1-0/+7
2017-02-23gsm_04_08.h: add R99 MSCR and CBQ3 to SI3 Ctrl Chan DescrNeels Hofmeyr1-3/+5
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr2-6/+17
2017-02-15gsup: add osmo_gsup_message_type_name()Neels Hofmeyr1-0/+5
2017-02-14Add CTRL port for OsmoHLRMax1-0/+1
2017-02-07select: add functionality to check socket statePhilipp Maier1-0/+2
2017-02-06osmo_auth*: fix ordering of function argsNeels Hofmeyr1-2/+2
2017-02-02gsm48: add UMTS AKA res+sync IEIs, msg type and cause valNeels Hofmeyr1-0/+4
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr1-1/+1
2017-01-30comment: ports.h: more visibly remind to keep docs+wiki syncedNeels Hofmeyr2-0/+2
2017-01-28vty/ports.h: reserve port 4258 for OsmoHLR VTYNeels Hofmeyr1-0/+1
2017-01-27socket: Introduce function to obtain socket nameHarald Welte1-0/+2
2017-01-25OML: add external alertsMax1-0/+2
2017-01-23utils.h: #include <stdio.h> as we use fprintf()Harald Welte1-0/+1
2017-01-21linuxlist.h: add llist_count()Neels Hofmeyr1-0/+16
2017-01-16logging: remove code duplicationMax1-13/+4
2017-01-16CTRL: add write-only helpersMax1-0/+24
2017-01-15bitvec: Ensure bitvec.h and bitvec.c agree on function argument typeHarald Welte1-1/+1
2017-01-15Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte1-1/+1