| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixup severe build performance issues | Harald Welte | 2017-10-04 | 4 | -37/+55 |
* | doxygen: adjust copyright to include 2017 | Neels Hofmeyr | 2017-09-28 | 1 | -1/+1 |
* | CTRL: add unit tests for CTRL command parsing | Neels Hofmeyr | 2017-09-27 | 2 | -0/+353 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 9 | -25/+31 |
* | gb: drop special vty exit commands, use vty_install_default() | Neels Hofmeyr | 2017-09-27 | 4 | -43/+2 |
* | vty: fix style: bssgp node vty prompt | Neels Hofmeyr | 2017-09-27 | 1 | -1/+1 |
* | VTY: implement talloc context introspection command | Vadim Yanitskiy | 2017-09-27 | 3 | -1/+282 |
* | vty/vty.c: do not bind vty context to application's one | Vadim Yanitskiy | 2017-09-27 | 1 | -1/+1 |
* | Add time conversion helpers | Max | 2017-09-25 | 1 | -0/+5 |
* | vty: derive node name from prompt, use as XML ids | Neels Hofmeyr | 2017-09-23 | 2 | -1/+51 |
* | vty: use internal node id for xml ids | Neels Hofmeyr | 2017-09-23 | 1 | -1/+1 |
* | vty_test: add artificial node levels for better testing | Neels Hofmeyr | 2017-09-20 | 13 | -39/+440 |
* | comment: describe indent_cmp() | Neels Hofmeyr | 2017-09-20 | 1 | -0/+4 |
* | fix vty regression: empty parent node | Neels Hofmeyr | 2017-09-20 | 5 | -7/+38 |
* | VTY: implicit node exit by de-indenting, not parent lookup | Neels Hofmeyr | 2017-09-19 | 18 | -25/+320 |
* | Expand bit pretty-printer | Max | 2017-09-18 | 1 | -9/+11 |
* | Make release helper more robust | Max | 2017-09-15 | 2 | -1/+5 |
* | osmo-auc-gen.c: squelch compiler warnings, move local var | Neels Hofmeyr | 2017-09-12 | 1 | -4/+3 |
* | VTY: interactive: never look for matching commands on parent node | Neels Hofmeyr | 2017-09-08 | 3 | -33/+5 |
* | ipa: place comment "IPA Multiplex" on ipa allocated msgbs | Neels Hofmeyr | 2017-09-07 | 1 | -1/+1 |
* | cosmetic: clarify language in vty read error | Keith | 2017-09-05 | 1 | -1/+1 |
* | lapd_core: Fix crash in lapd_est_req() function | Ivan Kluchnikov | 2017-09-01 | 1 | -0/+4 |
* | libosmogsm: add Routing Area Identifier test | Max | 2017-09-01 | 2 | -0/+57 |
* | Makefile.am: fix missing LTLDFLAGS for libosmocoding | Vadim Yanitskiy | 2017-08-31 | 2 | -0/+2 |
* | Add define for supported a5 key length limit | Max | 2017-08-30 | 1 | -1/+3 |
* | umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-gen | Neels Hofmeyr | 2017-08-29 | 4 | -1/+14 |
* | cosmetic: umts aka: tweak comments for sqn and ind | Neels Hofmeyr | 2017-08-29 | 1 | -2/+2 |
* | osmo-auc-gen: umts: print out the IND of the SQN used | Neels Hofmeyr | 2017-08-29 | 2 | -3/+22 |
* | osmo-auc-gen: umts: add --ind-len arg | Neels Hofmeyr | 2017-08-29 | 4 | -1/+98 |
* | osmo-auc-gen: umts: add --ind arg | Neels Hofmeyr | 2017-08-29 | 4 | -2/+120 |
* | osmo-auc-gen: umts: use default of ind_bitlen = 5 instead of 0 | Neels Hofmeyr | 2017-08-29 | 2 | -2/+3 |
* | osmo-auc-gen: umts: properly request --sqn | Neels Hofmeyr | 2017-08-29 | 1 | -5/+17 |
* | osmo-auc-gen: umts: remove erratic SQN.MS printout | Neels Hofmeyr | 2017-08-29 | 2 | -7/+0 |
* | cosmetic: test for osmo-auc-gen: print error for missing binary | Neels Hofmeyr | 2017-08-29 | 1 | -0/+6 |
* | vty: 'ctrl' node: add missing default commands like list,exit,end | Neels Hofmeyr | 2017-08-28 | 1 | -0/+1 |
* | Update release helper | Max | 2017-08-26 | 1 | -14/+25 |
* | Use value string check from osmo-ci | Max | 2017-08-25 | 3 | -36/+4 |
* | Relax branch restriction while making release | Max | 2017-08-24 | 1 | -1/+1 |
* | gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be local | Keith | 2017-08-17 | 1 | -1/+1 |
* | ports.h: Add VTY port for GGSN | Harald Welte | 2017-08-16 | 1 | -0/+2 |
* | auth_milenage: Fix non-AUTS case with OP | Harald Welte | 2017-08-16 | 1 | -12/+24 |
* | add osmo_fd_setup() convenience function to fill-in osmo_fd | Harald Welte | 2017-08-12 | 2 | -0/+22 |
* | tlv: add [msgb_]t16lv_put() for 16bit tag + 8 bit len TLVs | Harald Welte | 2017-08-09 | 1 | -1/+20 |
* | Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions | Harald Welte | 2017-08-09 | 3 | -0/+121 |
* | Add release target to Makefile | Max | 2017-08-08 | 4 | -1/+41 |
* | RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr() | Harald Welte | 2017-07-30 | 1 | -0/+3 |
* | Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCH | Harald Welte | 2017-07-29 | 1 | -1/+3 |
* | chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion | Harald Welte | 2017-07-28 | 1 | -1/+4 |
* | BSSGP: add function to reset all PTP BVC | Max | 2017-07-28 | 3 | -1/+28 |
* | GSUP: define default GSUP port as 4222 | Neels Hofmeyr | 2017-07-22 | 1 | -0/+2 |