| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [doc] stat_item: Complete doxygen documentation for API | Harald Welte | 2017-10-16 | 2 | -42/+89 |
* | Rename 'statistics.c' to 'counter.c' | Harald Welte | 2017-10-15 | 9 | -67/+70 |
* | gsm: make osmo_imsi_str_valid() NULL-safe | Neels Hofmeyr | 2017-10-10 | 3 | -0/+6 |
* | Fix build on older systems | Max | 2017-10-10 | 1 | -0/+3 |
* | utils: add osmo_is_hexstr(), add unit test | Neels Hofmeyr | 2017-10-09 | 4 | -0/+132 |
* | auth: add OSMO_MILENAGE_IND_BITLEN_MAX | Neels Hofmeyr | 2017-10-09 | 2 | -1/+2 |
* | auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name() | Neels Hofmeyr | 2017-10-09 | 3 | -1/+15 |
* | Add function to generate random identifier | Max | 2017-10-09 | 5 | -8/+63 |
* | Ensure __always_inline is defined on operating systems that don't have it | Harald Welte | 2017-10-09 | 1 | -0/+6 |
* | add osmo_imsi_str_valid() and osmo_msisdn_str_valid() | Neels Hofmeyr | 2017-10-05 | 9 | -3/+253 |
* | 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 |