aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-22Enabling/disabling 4G RAN for given subscriberptrkrysik/lte_on_offPiotr Krysik6-7/+80
2019-08-22Revert "mention *#201#, *#301# in USSD get_ran (HACK)"Neels Hofmeyr1-2/+1
2019-08-20mention *#201#, *#301# in USSD get_ran (HACK)Neels Hofmeyr1-1/+2
2019-08-20send GMM_CAUSE_ROAMING_NOTALLOWED instead of GMM_CAUSE_IMSI_UNKNOWN HARDCODEDgsmevent admin1-2/+2
2019-08-20add USSD handlers to enable/disable 2G accessNeels Hofmeyr3-1/+63
2019-08-20for ussd_get_ran, show current RATNeels Hofmeyr2-11/+16
2019-08-20auto upgrade hlr.db in the service fileNeels Hofmeyr1-1/+1
2019-08-20add column 'last_lu_rat', show last RAN typeNeels Hofmeyr8-37/+142
2019-08-20SS/USSD: update configuretion exampleVadim Yanitskiy1-0/+3
2019-08-20SS/USSD: add IUSEs to enable / disable UMTSVadim Yanitskiy2-2/+64
2019-08-20SS/USSD: implement an IUSE for getting RAN type(s)Vadim Yanitskiy2-2/+42
2019-08-20Add DB storage for enabling / disabling arbitrary RAT types.Neels Hofmeyr8-7/+300
2019-08-19change format of 'last LU seen'Neels Hofmeyr1-10/+8
2019-08-13tests: Fix db_test err file to expect error code name instead of valuePau Espin Pedrol1-1/+1
2019-08-12fix spelling errors detected by lintianThorsten Alteholz1-1/+1
2019-08-12Fix test for return codes on mipsel and alpha archsRuben Undheim2-17/+27
2019-08-07Bump version: 1.0.0.49-e493-dirty → 1.1.01.1.0Pau Espin Pedrol1-0/+66
2019-08-07configure.ac: Require libosmocore 1.2.0Pau Espin Pedrol1-4/+4
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol3-4/+4
2019-07-30src/db.c: integrate SQLite3 with talloc allocatorVadim Yanitskiy6-0/+126
2019-07-30tests/db_test: close the database when test is finishedVadim Yanitskiy1-0/+1
2019-07-30build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'Vadim Yanitskiy2-19/+4
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith3-29/+201
2019-07-25gitignore: ignore everything generated in db_testOliver Smith1-0/+3
2019-07-24hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereferenceVadim Yanitskiy1-6/+16
2019-07-23hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn()Vadim Yanitskiy1-2/+2
2019-07-15manuals: improve subscribers create on demandOliver Smith1-5/+44
2019-07-15VTY: add subscriber update network-access-modeOliver Smith3-4/+82
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-06-17manuals: Update vty documentationDaniel Willmann1-23/+276
2019-06-17manuals: Add script to update vty/counter documentation from dockerDaniel Willmann2-0/+18
2019-06-11rx_check_imei_req(): fix IMEI bounds checkingOliver Smith1-7/+17
2019-06-04db_hlr: zero-initialize "struct tm"Oliver Smith2-4/+2
2019-06-03db_test: set timezone to work around mktime bugOliver Smith1-1/+3
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18
2019-05-25src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2()Vadim Yanitskiy1-1/+1
2019-05-25src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer sizeVadim Yanitskiy1-1/+1
2019-05-19Document subscribers create on demand featureOliver Smith1-0/+21
2019-05-19Create subscribers on demandOliver Smith5-0/+186
2019-05-13db_hlr.c: add db_subscr_exists_by_msisdn()Vadim Yanitskiy5-0/+42
2019-05-13db_hlr.c: add db_subscr_exists_by_imsi()Oliver Smith5-0/+40
2019-05-13db_hlr.c: db_subscr_create(): add flags argumentOliver Smith7-37/+99
2019-05-08use new OSMO_IMSI_BUF_SIZENeels Hofmeyr1-1/+1
2019-05-08osmo-hlr: allow configuring db path from cfg fileNeels Hofmeyr4-3/+25
2019-05-07hlr.c: fix possible msgb memleaks in read_cb()Vadim Yanitskiy1-4/+8
2019-05-07hlr.c: check the presence of msgb->l2h in read_cb()Vadim Yanitskiy1-6/+6
2019-05-07hlr.c: fix: properly print the original message type in read_cb_forward()Vadim Yanitskiy1-1/+2
2019-05-07hlr.c: fix: also store the session state in read_cb_forward()Vadim Yanitskiy1-0/+1
2019-04-18hlr.c: forward GSUP messages between clientsOliver Smith1-0/+79
2019-04-18add missing error log: invalid IMSINeels Hofmeyr1-1/+3