| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 6 | -13/+18 |
* | vty: add port number for osmo-mgw | Philipp Maier | 2017-11-10 | 1 | -0/+1 |
* | vty: deprecate now empty node commands | Neels Hofmeyr | 2017-11-08 | 1 | -2/+2 |
* | GPRS: constify NS printing routine parameters | Max | 2017-10-24 | 1 | -1/+1 |
* | rate_ctr: Enforce counter (and ctr_group) names are valid identifiers | Harald Welte | 2017-10-24 | 1 | -1/+1 |
* | Introduce osmo_identifier_valid() function to check validity of identifier | Harald Welte | 2017-10-24 | 1 | -0/+3 |
* | GPRS: clarify ip/frgre union use | Max | 2017-10-24 | 1 | -0/+2 |
* | GPRS: unify NS state printing | Max | 2017-10-24 | 1 | -0/+4 |
* | add osmo_talloc_asprintf() and ctrl_cmd_reply_printf() | Neels Hofmeyr | 2017-10-24 | 2 | -0/+21 |
* | gb: optionally allow nsip packets only from a specific host | Philipp Maier | 2017-10-24 | 1 | -0/+2 |
* | Replace bitvec_set_uint() with bitvec_set_u64() | Max | 2017-10-24 | 1 | -0/+2 |
* | ctrl: allow more nodes than those in enum ctrl_node_type | Neels Hofmeyr | 2017-10-23 | 1 | -0/+8 |
* | abis_nm: Add abis_nm_admin_name() API | Pau Espin Pedrol | 2017-10-23 | 1 | -0/+7 |
* | socket: add function osmo_sock_local_ip() to query local ip | Philipp Maier | 2017-10-23 | 1 | -0/+2 |
* | add function msgb_printf() to print formatted text into msg buf | Philipp Maier | 2017-10-22 | 1 | -0/+1 |
* | api doc: fix two doxygen group closing braces | Neels Hofmeyr | 2017-10-17 | 2 | -2/+2 |
* | [doc] Properly define gsm0800 group and move all related files into it | Harald Welte | 2017-10-17 | 2 | -2/+10 |
* | [doc] Properly define 'oap' group and add introductory text | Harald Welte | 2017-10-17 | 1 | -2/+11 |
* | [doc] Define 'gsup' group with proper name, add intro text | Harald Welte | 2017-10-17 | 1 | -2/+19 |
* | [doc] make sure all SMS related code is part of the 'sms' group | Harald Welte | 2017-10-17 | 4 | -4/+20 |
* | [doc] gea has separate group; A5 is not part of crypto but a5 group | Harald Welte | 2017-10-17 | 2 | -4/+7 |
* | [doc] Provide proper name for 'auth' group | Harald Welte | 2017-10-17 | 1 | -1/+1 |
* | [doc] TLV parser has far grown beyond GSM L3 | Harald Welte | 2017-10-16 | 1 | -1/+1 |
* | [doc] Rename "RSL" to "A-bis RSL" in documentation. | Harald Welte | 2017-10-16 | 1 | -1/+1 |
* | [doc] Expand Doxuygen documentation for osmo_prim | Harald Welte | 2017-10-16 | 1 | -4/+23 |
* | [doc] Put CRC-16 and generic CRC code in one Doxygen module | Harald Welte | 2017-10-16 | 3 | -8/+14 |
* | [doc] bits.c: Better / more Doxygen documentation | Harald Welte | 2017-10-16 | 1 | -10/+12 |
* | [doc] Add Doxygen API documentation for stats.c and stats_statsd.c | Harald Welte | 2017-10-16 | 1 | -21/+33 |
* | [doc] counter.[ch] Add Doxygen API documentation | Harald Welte | 2017-10-16 | 1 | -16/+5 |
* | [doc] stat_item: Complete doxygen documentation for API | Harald Welte | 2017-10-16 | 1 | -33/+13 |
* | Rename 'statistics.c' to 'counter.c' | Harald Welte | 2017-10-15 | 3 | -60/+63 |
* | utils: add osmo_is_hexstr(), add unit test | Neels Hofmeyr | 2017-10-09 | 1 | -0/+5 |
* | auth: add OSMO_MILENAGE_IND_BITLEN_MAX | Neels Hofmeyr | 2017-10-09 | 1 | -0/+1 |
* | auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name() | Neels Hofmeyr | 2017-10-09 | 1 | -1/+7 |
* | Add function to generate random identifier | Max | 2017-10-09 | 1 | -0/+5 |
* | add osmo_imsi_str_valid() and osmo_msisdn_str_valid() | Neels Hofmeyr | 2017-10-05 | 2 | -0/+5 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 1 | -3/+2 |
* | VTY: implement talloc context introspection command | Vadim Yanitskiy | 2017-09-27 | 1 | -0/+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 | 1 | -0/+5 |
* | VTY: implicit node exit by de-indenting, not parent lookup | Neels Hofmeyr | 2017-09-19 | 2 | -0/+25 |
* | Expand bit pretty-printer | Max | 2017-09-18 | 1 | -9/+11 |
* | 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 | 1 | -0/+1 |
* | cosmetic: umts aka: tweak comments for sqn and ind | Neels Hofmeyr | 2017-08-29 | 1 | -2/+2 |
* | ports.h: Add VTY port for GGSN | Harald Welte | 2017-08-16 | 1 | -0/+2 |
* | add osmo_fd_setup() convenience function to fill-in osmo_fd | Harald Welte | 2017-08-12 | 1 | -0/+4 |
* | 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 | 1 | -0/+25 |
* | Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCH | Harald Welte | 2017-07-29 | 1 | -1/+3 |