aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr2-1/+51
2017-09-23vty: use internal node id for xml idsNeels Hofmeyr1-1/+1
2017-09-20vty_test: add artificial node levels for better testingNeels Hofmeyr13-39/+440
2017-09-20comment: describe indent_cmp()Neels Hofmeyr1-0/+4
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr5-7/+38
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr18-25/+320
2017-09-18Expand bit pretty-printerMax1-9/+11
2017-09-15Make release helper more robustMax2-1/+5
2017-09-12osmo-auc-gen.c: squelch compiler warnings, move local varNeels Hofmeyr1-4/+3
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr3-33/+5
2017-09-07ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr1-1/+1
2017-09-05cosmetic: clarify language in vty read errorKeith1-1/+1
2017-09-01lapd_core: Fix crash in lapd_est_req() functionIvan Kluchnikov1-0/+4
2017-09-01libosmogsm: add Routing Area Identifier testMax2-0/+57
2017-08-31Makefile.am: fix missing LTLDFLAGS for libosmocodingVadim Yanitskiy2-0/+2
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 Hofmeyr4-1/+14
2017-08-29cosmetic: umts aka: tweak comments for sqn and indNeels Hofmeyr1-2/+2
2017-08-29osmo-auc-gen: umts: print out the IND of the SQN usedNeels Hofmeyr2-3/+22
2017-08-29osmo-auc-gen: umts: add --ind-len argNeels Hofmeyr4-1/+98
2017-08-29osmo-auc-gen: umts: add --ind argNeels Hofmeyr4-2/+120
2017-08-29osmo-auc-gen: umts: use default of ind_bitlen = 5 instead of 0Neels Hofmeyr2-2/+3
2017-08-29osmo-auc-gen: umts: properly request --sqnNeels Hofmeyr1-5/+17
2017-08-29osmo-auc-gen: umts: remove erratic SQN.MS printoutNeels Hofmeyr2-7/+0
2017-08-29cosmetic: test for osmo-auc-gen: print error for missing binaryNeels Hofmeyr1-0/+6
2017-08-28vty: 'ctrl' node: add missing default commands like list,exit,endNeels Hofmeyr1-0/+1
2017-08-26Update release helperMax1-14/+25
2017-08-25Use value string check from osmo-ciMax3-36/+4
2017-08-24Relax branch restriction while making releaseMax1-1/+1
2017-08-17gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be localKeith1-1/+1
2017-08-16ports.h: Add VTY port for GGSNHarald Welte1-0/+2
2017-08-16auth_milenage: Fix non-AUTS case with OPHarald Welte1-12/+24
2017-08-12add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte2-0/+22
2017-08-09tlv: add [msgb_]t16lv_put() for 16bit tag + 8 bit len TLVsHarald Welte1-1/+20
2017-08-09Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte3-0/+121
2017-08-08Add release target to MakefileMax4-1/+41
2017-07-30RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte1-0/+3
2017-07-29Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCHHarald Welte1-1/+3
2017-07-28chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversionHarald Welte1-1/+4
2017-07-28BSSGP: add function to reset all PTP BVCMax3-1/+28
2017-07-22GSUP: define default GSUP port as 4222Neels Hofmeyr1-0/+2
2017-07-21osmo_sock_init2(): Fix creation of non-bound socketsHarald Welte1-1/+1
2017-07-18add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2-1/+7
2017-07-15extend osmo_sysinfo_type with missing SYSINFO_TYPEHarald Welte1-1/+6
2017-07-14LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen1-0/+1
2017-07-14LC15: Add IPAC Directed Retry Enquiry data structureMinh-Quang Nguyen1-0/+7
2017-07-14LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen1-0/+1
2017-07-14IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen2-0/+127
2017-07-13socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte2-0/+12
2017-07-13socket: Allow disabling multicast loop on socket creationHarald Welte2-4/+18