aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-20tlv_put: guard against NULL val and 0 lenNeels Hofmeyr1-2/+13
2017-11-20msgb: add inline msgb_queue_free()Neels Hofmeyr1-0/+9
2017-11-20ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcpHarald Welte1-1/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte6-13/+18
2017-11-10vty: add port number for osmo-mgwPhilipp Maier1-0/+1
2017-11-08vty: deprecate now empty node commandsNeels Hofmeyr1-2/+2
2017-10-24GPRS: constify NS printing routine parametersMax1-1/+1
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte1-1/+1
2017-10-24Introduce osmo_identifier_valid() function to check validity of identifierHarald Welte1-0/+3
2017-10-24GPRS: clarify ip/frgre union useMax1-0/+2
2017-10-24GPRS: unify NS state printingMax1-0/+4
2017-10-24add osmo_talloc_asprintf() and ctrl_cmd_reply_printf()Neels Hofmeyr2-0/+21
2017-10-24gb: optionally allow nsip packets only from a specific hostPhilipp Maier1-0/+2
2017-10-24Replace bitvec_set_uint() with bitvec_set_u64()Max1-0/+2
2017-10-23ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr1-0/+8
2017-10-23abis_nm: Add abis_nm_admin_name() APIPau Espin Pedrol1-0/+7
2017-10-23socket: add function osmo_sock_local_ip() to query local ipPhilipp Maier1-0/+2
2017-10-22add function msgb_printf() to print formatted text into msg bufPhilipp Maier1-0/+1
2017-10-17api doc: fix two doxygen group closing bracesNeels Hofmeyr2-2/+2
2017-10-17[doc] Properly define gsm0800 group and move all related files into itHarald Welte2-2/+10
2017-10-17[doc] Properly define 'oap' group and add introductory textHarald Welte1-2/+11
2017-10-17[doc] Define 'gsup' group with proper name, add intro textHarald Welte1-2/+19
2017-10-17[doc] make sure all SMS related code is part of the 'sms' groupHarald Welte4-4/+20
2017-10-17[doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte2-4/+7
2017-10-17[doc] Provide proper name for 'auth' groupHarald Welte1-1/+1
2017-10-16[doc] TLV parser has far grown beyond GSM L3Harald Welte1-1/+1
2017-10-16[doc] Rename "RSL" to "A-bis RSL" in documentation.Harald Welte1-1/+1
2017-10-16[doc] Expand Doxuygen documentation for osmo_primHarald Welte1-4/+23
2017-10-16[doc] Put CRC-16 and generic CRC code in one Doxygen moduleHarald Welte3-8/+14
2017-10-16[doc] bits.c: Better / more Doxygen documentationHarald Welte1-10/+12
2017-10-16[doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte1-21/+33
2017-10-16[doc] counter.[ch] Add Doxygen API documentationHarald Welte1-16/+5
2017-10-16[doc] stat_item: Complete doxygen documentation for APIHarald Welte1-33/+13
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte3-60/+63
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr1-0/+5
2017-10-09auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr1-0/+1
2017-10-09auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr1-1/+7
2017-10-09Add function to generate random identifierMax1-0/+5
2017-10-05add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr2-0/+5
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-3/+2
2017-09-27VTY: implement talloc context introspection commandVadim Yanitskiy1-0/+1
2017-09-25Add time conversion helpersMax1-0/+5
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr1-0/+5
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2-0/+25
2017-09-18Expand bit pretty-printerMax1-9/+11
2017-08-30Add define for supported a5 key length limitMax1-1/+3
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr1-0/+1
2017-08-29cosmetic: umts aka: tweak comments for sqn and indNeels Hofmeyr1-2/+2
2017-08-16ports.h: Add VTY port for GGSNHarald Welte1-0/+2
2017-08-12add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte1-0/+4