| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gsm0503_{coding,mapping}: Mark input arguments as 'const' | Harald Welte | 2017-06-12 | 2 | -21/+21 |
* | Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014 | Harald Welte | 2017-06-12 | 1 | -0/+101 |
* | Update L3 protocol discriminator definitions | Harald Welte | 2017-06-09 | 1 | -3/+5 |
* | osmo_{fr,hr}_check_sid(): Use const input argument | Harald Welte | 2017-06-09 | 1 | -2/+2 |
* | socket: Add osmo_sock_init2_ofd() function | Pau Espin Pedrol | 2017-05-26 | 1 | -0/+4 |
* | Add human-readable names for signal_ns | Max | 2017-05-24 | 1 | -0/+2 |
* | sercomm: More API documentation | Harald Welte | 2017-05-17 | 1 | -1/+27 |
* | sercomm: Better integration of driver interface | Harald Welte | 2017-05-17 | 1 | -6/+7 |
* | sercomm: Include in libosmocore Makefile | Harald Welte | 2017-05-17 | 1 | -1/+1 |
* | sercomm: remove unrequired helper functions | Harald Welte | 2017-05-17 | 1 | -2/+0 |
* | sercomm: Move HDLC related defines into C file | Harald Welte | 2017-05-17 | 1 | -7/+0 |
* | sercomm: Add doxygen-style documentation to public API | Harald Welte | 2017-05-17 | 1 | -10/+19 |
* | sercomm: make rx msg size configurable per instance | Harald Welte | 2017-05-17 | 1 | -0/+1 |
* | sercomm: introduce osmo_ naming prefix in struct and function names | Harald Welte | 2017-05-17 | 1 | -14/+14 |
* | sercomm: Enable multiple instances of 'sercomm' | Harald Welte | 2017-05-17 | 1 | -11/+36 |
* | Import sercomm.c from osmocom-bb | Harald Welte | 2017-05-17 | 1 | -0/+61 |
* | l1sap: Add frame-number to measurement indication struct | Philipp Maier | 2017-05-17 | 1 | -0/+1 |
* | stats: Disable stats*.c on embedded targets | Harald Welte | 2017-05-15 | 1 | -0/+10 |
* | gsm/tlv.h: fix copy-paste error | Vadim Yanitskiy | 2017-05-15 | 1 | -2/+2 |
* | gsm0808 + ipa: fix compilation on systems without sys/socket.h | Harald Welte | 2017-05-15 | 2 | -2/+2 |
* | tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte order | Harald Welte | 2017-05-15 | 1 | -0/+23 |
* | introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs} | Harald Welte | 2017-05-15 | 1 | -0/+43 |
* | endian.h: Make it work on 'bare iron' builds (and possibly more platforms) | Harald Welte | 2017-05-15 | 1 | -1/+13 |
* | Make EARFCN size calculation more robust | Max | 2017-05-14 | 1 | -1/+4 |
* | gsm_04_08: Add missing GSM cause value | Daniel Willmann | 2017-05-12 | 1 | -0/+3 |
* | timer: add osmo_timer_setup() | Pablo Neira Ayuso | 2017-05-09 | 1 | -0/+2 |
* | vty: cleanup logging functions | Max | 2017-05-09 | 2 | -3/+3 |
* | gprs: add value strings for NS PDU type | Max | 2017-05-09 | 1 | -0/+2 |
* | Add SW Description (de)marshalling | Max | 2017-04-28 | 1 | -0/+16 |
* | control_if: Add control interface commands for FSMs | Harald Welte | 2017-04-27 | 1 | -0/+2 |
* | control_if: Add helper function for 'local execution' of control command | Harald Welte | 2017-04-27 | 1 | -0/+1 |
* | control_if: Add API to initialize control interface without TCP port bind | Harald Welte | 2017-04-26 | 1 | -0/+1 |
* | ctrl: Allow installation of additional node lookup helpers | Harald Welte | 2017-04-26 | 1 | -0/+2 |
* | osmo_fsm: Lookup functions to find FSM Instance by name or ID | Harald Welte | 2017-04-16 | 1 | -0/+4 |
* | ipa: Introduce helpers to encode IPA CCM ID RESPONSE | Harald Welte | 2017-04-15 | 1 | -0/+7 |
* | msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3() | Harald Welte | 2017-04-15 | 1 | -0/+15 |
* | vty/command.h: Introduce VTY nodes for libosmo-sigtran | Harald Welte | 2017-04-14 | 1 | -0/+8 |
* | Add osmo_sock_init2() function, allowing both BIND *and* CONNECT | Harald Welte | 2017-04-09 | 1 | -0/+4 |
* | Add struct osmo_prim_event_map and osmo_event_for_prim() | Harald Welte | 2017-04-09 | 1 | -0/+14 |
* | gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQST | Philipp Maier | 2017-04-08 | 1 | -0/+5 |
* | gsm0808: Add create functions for BSS_MAP_MSG_PAGING | Philipp Maier | 2017-04-08 | 1 | -0/+3 |
* | gsm0808: Add create functions for CIPHER MODE COMMAND | Philipp Maier | 2017-04-08 | 1 | -0/+2 |
* | gsm0808: Add utils for Cell Identifier List | Philipp Maier | 2017-04-08 | 2 | -0/+16 |
* | gsm0808: Add utils for Encryption Information | Philipp Maier | 2017-04-08 | 2 | -0/+18 |
* | gsm0808: Add utils for Channel Type | Philipp Maier | 2017-04-08 | 2 | -0/+17 |
* | gsm0808: Add AoIP specific elements to gsm0808_create_... functions | Philipp Maier | 2017-04-08 | 1 | -2/+19 |
* | gsm0808: Add utils for Speech Codec List and Speech Codec | Philipp Maier | 2017-04-08 | 2 | -0/+41 |
* | gsm0808: Add utils for AoIP Transport Layer Address | Philipp Maier | 2017-04-08 | 1 | -0/+30 |
* | add VTY port number for osmo-stp | Harald Welte | 2017-04-08 | 1 | -0/+1 |
* | logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran | Harald Welte | 2017-04-03 | 1 | -1/+5 |