aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-17ctrl: add subscriber.by-*.imsi GET-able variableMychaela N. Falconia1-0/+15
2023-09-21SMS over GSUP: handle READY-FOR-SM.req from MSCsMychaela N. Falconia2-0/+59
2023-09-21SMS over GSUP: implement forwarding of MT SMSMychaela N. Falconia2-0/+31
2023-09-21SMS over GSUP: implement forwarding of MO SMSMychaela N. Falconia2-0/+93
2023-09-21SMS over GSUP: implement vty config of SMSC routingMychaela N. Falconia4-0/+270
2023-09-17hlr_vty.c: drop redundant include of hlr_ussd.hVadim Yanitskiy1-2/+0
2023-09-12Bump version: 1.6.0.20-37f0-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
2023-09-12Add support for multiple APN profiles for subscriber dataAlexander Couzens2-4/+236
2023-08-29Add VTY support for TUAK algorithmHarald Welte1-7/+16
2023-08-29db: extend database schema to support 256bit K and/or OP[c] valuesHarald Welte4-21/+71
2023-07-21USSD: fix handling of ussd-DataCodingScheme != 0x0fVadim Yanitskiy1-2/+33
2023-07-05gsup_server: fix msgb memleak in osmo_gsup_server_read_cb()Vadim Yanitskiy1-4/+2
2023-07-05ussd: fix GSUP memleaks in rx_proc_ss_{req,error}()Vadim Yanitskiy1-1/+5
2023-07-05lu_fsm: fix memleak in lu_fsm_wait_insert_data_result()Vadim Yanitskiy1-0/+1
2023-06-14src/db.c: Switch from "const char *statements" to "const char * const"Harald Welte2-8/+8
2023-06-14Port to new libosmogsm 'struct osmo_sub_auth_data2'Harald Welte5-48/+65
2023-05-30Introduce support for XOR-2G algorithmHarald Welte2-10/+15
2023-05-10hlr: use talloc for memory allocation in osmo_gsup_create_insert_subscriber_d...Alexander Couzens3-25/+12
2023-03-14mslookup: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol1-2/+2
2023-02-07Bump version: 1.5.0.19-268a-dirty → 1.6.01.6.0Pau Espin Pedrol1-1/+1
2023-01-20Add vty `reject-cause` to set the reject causeAlexander Couzens4-5/+92
2023-01-15fix memleak of proxy_subscr_listentryNeels Hofmeyr1-0/+1
2022-12-27Vty: Fixup config shown/written from vtyKeith2-3/+7
2022-12-23osmo_mdns_rfc_record/question_encode: remove ctxOliver Smith2-4/+4
2022-12-23mslookup: use apn functions from libosmocoreOliver Smith1-111/+34
2022-12-23osmo_mdns_rfc_record_decode: proper free on errOliver Smith1-1/+1
2022-12-23osmo_mdns_rfc_record_decode: check ret of tallocOliver Smith1-1/+5
2022-12-23osmo-hlr: Transition to use of 'telnet_init_default'arehbein1-2/+1
2022-12-17ctrl: take both address and port from vty configMax2-6/+2
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte8-10/+10
2022-09-24hlr_vty.c: fix typoMax1-1/+1
2022-06-29db_auc: hexparse_stmt(): check value returned by osmo_hexparse()Vadim Yanitskiy1-1/+4
2022-06-21ctrl: Introduce CTRL command subscriber.by-*.aud3g <algo[,KI,(op|opc),OP_C[,i...Pau Espin Pedrol2-6/+150
2022-06-21ctrl: Introduce CTRL command subscriber.by-*.aud2g <algo[,ki]>Pau Espin Pedrol2-2/+106
2022-06-20ctrl: Introduce cmd SET subscriber.delete <imsi>Pau Espin Pedrol1-0/+35
2022-06-20cosmetic: hlr_vty_subscr.c: Fix trailing whitespacePau Espin Pedrol1-2/+2
2022-06-20ctrl: Introduce CTRL command subscriber.by-*.msisdnPau Espin Pedrol1-0/+52
2022-06-20ctrl: Introduce cmd SET subscriber.create <imsi>Pau Espin Pedrol2-0/+45
2022-06-17Fix db_subscr_create() not returning -EEXIST expected by VTY subscriber creat...Pau Espin Pedrol1-1/+4
2022-06-17ctrl: Mark function as staticPau Espin Pedrol1-13/+13
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-07-19db v6: determine 3G AUC IND from VLR nameNeels Hofmeyr5-45/+146
2021-07-15db: Avoid use uninitialized rc if running 0 statementsPau Espin Pedrol1-1/+1
2021-05-13vty: enable show subscribers filtered by IMEIKeith3-2/+6
2021-02-26Correct configuration written from vtyKeith2-1/+3
2021-02-23Bump version: 1.2.0.78-8c90-dirty → 1.3.01.3.0Pau Espin Pedrol1-1/+1
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-1/+37
2021-01-30Fix Coverity WarningsKeith1-7/+3
2021-01-29Add vty command to show summary of all or filtered subscribersKeith3-5/+215
2021-01-19Correct vty inline help for show subscriberKeith1-2/+3