aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2017-05-17sercomm: make rx msg size configurable per instanceHarald Welte1-0/+1
2017-05-17sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte1-14/+14
2017-05-17sercomm: Enable multiple instances of 'sercomm'Harald Welte1-11/+36
2017-05-17Import sercomm.c from osmocom-bbHarald Welte1-0/+61
2017-05-17l1sap: Add frame-number to measurement indication structPhilipp Maier1-0/+1
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte1-0/+10
2017-05-15gsm/tlv.h: fix copy-paste errorVadim Yanitskiy1-2/+2
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2-2/+2
2017-05-15tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte orderHarald Welte1-0/+23
2017-05-15introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte1-0/+43
2017-05-15endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte1-1/+13
2017-05-14Make EARFCN size calculation more robustMax1-1/+4
2017-05-12gsm_04_08: Add missing GSM cause valueDaniel Willmann1-0/+3
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso1-0/+2
2017-05-09vty: cleanup logging functionsMax2-3/+3
2017-05-09gprs: add value strings for NS PDU typeMax1-0/+2
2017-04-28Add SW Description (de)marshallingMax1-0/+16
2017-04-27control_if: Add control interface commands for FSMsHarald Welte1-0/+2
2017-04-27control_if: Add helper function for 'local execution' of control commandHarald Welte1-0/+1
2017-04-26control_if: Add API to initialize control interface without TCP port bindHarald Welte1-0/+1
2017-04-26ctrl: Allow installation of additional node lookup helpersHarald Welte1-0/+2
2017-04-16osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte1-0/+4
2017-04-15ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte1-0/+7
2017-04-15msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()Harald Welte1-0/+15
2017-04-14vty/command.h: Introduce VTY nodes for libosmo-sigtranHarald Welte1-0/+8
2017-04-09Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte1-0/+4
2017-04-09Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte1-0/+14
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