aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-19gsup_router.c: gsup_route_find(): support blobneels/gsup_routerOliver Smith1-2/+8
2019-06-11rx_check_imei_req(): fix IMEI bounds checkingOliver Smith1-7/+17
2019-06-04db_hlr: zero-initialize "struct tm"Oliver Smith1-1/+1
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-19Create subscribers on demandOliver Smith3-0/+141
2019-05-13db_hlr.c: add db_subscr_exists_by_msisdn()Vadim Yanitskiy3-0/+30
2019-05-13db_hlr.c: add db_subscr_exists_by_imsi()Oliver Smith3-0/+29
2019-05-13db_hlr.c: db_subscr_create(): add flags argumentOliver Smith5-5/+13
2019-05-08use new OSMO_IMSI_BUF_SIZENeels Hofmeyr1-1/+1
2019-05-08osmo-hlr: allow configuring db path from cfg fileNeels Hofmeyr3-3/+23
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
2019-04-18fix error logging for GSUP routeNeels Hofmeyr1-1/+1
2019-04-11USSD: don't use gsm0480_msgb_alloc_name()Oliver Smith1-1/+1
2019-04-09USSD: save MO USSD's originating MSC's vlr_numberOliver Smith3-14/+53
2019-04-09USSD: fix routing to multiple MSCNeels Hofmeyr1-4/+33
2019-04-08Cosmetic: gsup_route_find: comment addr, addrlenOliver Smith2-2/+15
2019-03-19hlr.c: properly terminate the process on SIGTERMVadim Yanitskiy1-1/+3
2019-02-26hlr.c: move hlr_ctx to the topOliver Smith1-2/+1
2019-02-18Enable statsd supportMax2-0/+4
2019-02-14Log ip:port when adding GSUP routesMax1-1/+1
2019-02-04hlr.c: replace deprecated osmo_gsup_get_err_msg_type()Oliver Smith1-7/+1
2019-01-24VTY: integrate IMEIOliver Smith1-2/+73
2019-01-24Optionally store IMEI in subscriber tableOliver Smith3-2/+39
2019-01-24Add IMEI column to subscriber tableOliver Smith3-12/+133
2019-01-15Cosmetic: fix arg desc of db_subscr_update_msisdn_by_imsi()Oliver Smith1-2/+2
2019-01-09Cosmetic: hlr.c: remove confusing indent below ifOliver Smith1-7/+6
2019-01-07Reply to CHECK-IMEI GSUP messagesOliver Smith1-0/+36
2018-12-20gsupclient: introduce osmo_gsup_client_enc_send()Vadim Yanitskiy1-0/+36
2018-12-10display last location update timestamp in vtyStefan Sperling3-0/+44
2018-12-07add whitespace around PRId64 constantsStefan Sperling4-17/+17
2018-12-07store a timestamp of the last location update seen from a subscriberStefan Sperling3-3/+101
2018-12-06introduce osmo_gsup_client_create2()Stefan Sperling1-18/+39
2018-12-05SS/USSD: fix: properly (re)schedule NCSS session timeoutVadim Yanitskiy1-3/+7
2018-12-05SS/USSD: make NCSS session timeout configurableVadim Yanitskiy5-4/+28
2018-12-05SS/USSD: release IUSE sessions immediately after responseVadim Yanitskiy1-0/+2
2018-12-04Rename db_bootstrap.sed to db_sql2c.sedNeels Hofmeyr2-5/+5
2018-12-04add database schema versioning to the HLR databaseStefan Sperling4-18/+118
2018-12-02implement removal of MSISDNNeels Hofmeyr4-20/+37
2018-12-02add 'show subscriber' command, alias for 'subscriber ... show'Neels Hofmeyr1-2/+7
2018-10-16fix and re-enable osmo_hlr_subscriber_update_notify()Neels Hofmeyr1-23/+42
2018-10-12hlr_ussd.c: fix: reject 'structured' SS requestsVadim Yanitskiy1-2/+9
2018-10-05store gsup peer upon accepting LUNeels Hofmeyr1-0/+12
2018-10-04more space for vlr_number and sgsn_numberNeels Hofmeyr1-2/+2
2018-09-28fix is_ps logic in rx_upd_loc_req(), store CS as is_ps = falseNeels Hofmeyr1-5/+6