| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | prepare for 0.7.0 release | Harald Welte | 2014-08-21 | 3 | -3/+3 |
* | rename controlif_setup() to ctrl_interface_setup() | Harald Welte | 2014-08-21 | 1 | -2/+2 |
* | libctrl: Make two internal helper functions static | Harald Welte | 2014-08-21 | 1 | -2/+2 |
* | libctrl: Move bulk of control node lookup inti libosmoctrl | Harald Welte | 2014-08-21 | 1 | -3/+127 |
* | libctrl: remove 'struct gsm_network' references | Harald Welte | 2014-08-21 | 1 | -4/+4 |
* | libctrl: adopt to recent ipaccess/ipa naming change | Harald Welte | 2014-08-21 | 1 | -2/+3 |
* | libctrl: autotools build system integration | Harald Welte | 2014-08-21 | 1 | -5/+10 |
* | libctrl: Add DLCTRL as logging context for the control interface | Harald Welte | 2014-08-21 | 3 | -28/+33 |
* | libctrl: Avoid using external tall_bsc_ctx | Harald Welte | 2014-08-21 | 1 | -6/+6 |
* | libctrl: remove openbsc headers, convert from make_sock to libosmocore | Harald Welte | 2014-08-21 | 2 | -19/+9 |
* | libctrl: Remove reference to 'DNAT' in favor of 'DCTRL' | Harald Welte | 2014-08-21 | 1 | -1/+1 |
* | libctr: rename/move control interface to libosmocore naming scheme | Harald Welte | 2014-08-21 | 3 | -0/+1071 |
* | gsm0808: Fix copy and paste pointed out by clang | Holger Hans Peter Freyther | 2014-08-21 | 1 | -1/+1 |
* | macaddr: Add some code for FreeBSD (it should work on the others too) | Holger Hans Peter Freyther | 2014-08-21 | 1 | -0/+41 |
* | ipa: use %z as format string whne printing sizeof() result | Harald Welte | 2014-08-21 | 1 | -1/+1 |
* | ipa: fix compiler warning regarding printf (%d -> %lu) | Harald Welte | 2014-08-21 | 1 | -1/+1 |
* | macaddr: add #include unistd.h for close() function | Harald Welte | 2014-08-21 | 1 | -0/+1 |
* | ipa: rename functions for consistency | Harald Welte | 2014-08-20 | 3 | -24/+39 |
* | import various generic IPA related functions from libosmo-abis | Harald Welte | 2014-08-20 | 2 | -1/+448 |
* | Add osmo_get_macaddr() function to obtain etherent mac address | Harald Welte | 2014-08-18 | 1 | -0/+26 |
* | osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address | Harald Welte | 2014-08-18 | 2 | -1/+27 |
* | abis_nm: add abis_nm_msg_disc_names[] value_string | Harald Welte | 2014-08-17 | 2 | -0/+10 |
* | abis_nm: introduce abis_nm_{osmo,ipa}_magic[] | Harald Welte | 2014-08-17 | 2 | -0/+5 |
* | gprs-ns: Re-initialize the list head and free the unknown_nsvc | Holger Hans Peter Freyther | 2014-07-07 | 1 | -0/+3 |
* | write_queue: Use EBADF instead of EBABDFD for portability | Holger Hans Peter Freyther | 2014-07-01 | 3 | -5/+5 |
* | vty: Avoid use-after-free in VTY telnet interface | Daniel Willmann | 2014-06-22 | 2 | -4/+4 |
* | write_queue: Avoid possible use-after-free if fd is read-/writable | Daniel Willmann | 2014-06-22 | 1 | -5/+18 |
* | update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0 | Harald Welte | 2014-06-21 | 1 | -16/+149 |
* | gsm: Add Kasumi cipher implementation | Sylvain Munaut | 2014-06-16 | 2 | -1/+187 |
* | include: Switch to #pragma once pattern | Sylvain Munaut | 2014-06-16 | 4 | -16/+4 |
* | gsm0411_smr: Fix the size of the array | Holger Hans Peter Freyther | 2014-05-23 | 1 | -1/+1 |
* | gsm0411_smr: Make the look-up table static | Holger Hans Peter Freyther | 2014-05-23 | 1 | -1/+1 |
* | timer: Use the now parameter when it is not NULL | Holger Hans Peter Freyther | 2014-05-23 | 1 | -3/+3 |
* | Fix introducing osmocom speficic OML attributes | Harald Welte | 2014-05-19 | 2 | -0/+8 |
* | select: Fix english in comment | Holger Hans Peter Freyther | 2014-05-15 | 1 | -1/+1 |
* | backtrace: Speculative fix for FreeBSD10.0 and execinfo.h | Holger Hans Peter Freyther | 2014-04-17 | 1 | -1/+2 |
* | Release: Prepare the release of 0.6.6 | Holger Hans Peter Freyther | 2014-03-31 | 1 | -1/+1 |
* | src/socket: Adding unix domain socket support | Álvaro Neira Ayuso | 2014-03-26 | 1 | -0/+102 |
* | sms: Add missing brackets in the relative validity time calculation. | Alexander Chemeris | 2014-03-26 | 1 | -3/+3 |
* | gsm/lapdm: Prevent LAPD tx_queue from filling up in polling mode | Daniel Willmann | 2014-03-26 | 2 | -0/+27 |
* | lapdm: Make lapdm_datalink_for_sapi public | Daniel Willmann | 2014-03-26 | 2 | -3/+4 |
* | lapd: Improve log message and mention the SAPI the dl is on | Holger Hans Peter Freyther | 2014-03-16 | 1 | -2/+2 |
* | ladpm: Fix msgb handling and SAPI=3 establishment delay | Jacob Erlbeck | 2014-03-10 | 1 | -27/+14 |
* | msgb: Add msgb_hexdump() function | Jacob Erlbeck | 2014-03-04 | 1 | -0/+49 |
* | lapd: Use the right struct for the talloc_zero_array call | Holger Hans Peter Freyther | 2014-02-09 | 1 | -2/+2 |
* | sms: The msg_ref is passed from the outside so remove the wrong fixme | Holger Hans Peter Freyther | 2014-02-08 | 1 | -1/+1 |
* | lapdm: Fix typo in the comment | Holger Hans Peter Freyther | 2014-01-23 | 1 | -1/+1 |
* | gsm/gsm48ie: Fix range 256 W[i] decoding | Jacob Erlbeck | 2014-01-13 | 1 | -4/+4 |
* | sms: Fix gsm_7bit legacy functions return value | Jacob Erlbeck | 2014-01-09 | 1 | -6/+11 |
* | abis: Use the right return value for abis_nm_pchan4chcomb | Holger Hans Peter Freyther | 2014-01-02 | 1 | -1/+1 |