aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-29SS/USSD: implement basic USSE routing configuration for VTYfixeria/ussdHarald Welte10-1/+773
2018-07-06Store identity of VLR/SGSN in UpdateLocationHarald Welte1-0/+9
2018-07-02sql/Makefile: Create empty /var/lib/osmocom directory at install timepespin/debianPau Espin Pedrol2-0/+8
2018-07-02sql/Makefile: Install sql files under doc/.../sql subdirPau Espin Pedrol2-3/+4
2018-07-02sql/Makefile: Install hlr_data.sql as example together with hlr.sqlPau Espin Pedrol1-1/+1
2018-07-02debian: Avoid installing duplicate cfg file in /etcPau Espin Pedrol1-1/+0
2018-06-24sql/Makefile.am: Make docsdir completely configurableMartin Hauke1-1/+1
2018-06-24Add "show gsup-connections" VTY commandHarald Welte2-2/+35
2018-06-24gsup_router: Use "#pragma once" and add missing #includesHarald Welte1-0/+5
2018-06-24move osmo_gsup_addr_send() declaration from luop.h to gsup_router.hHarald Welte2-3/+4
2018-06-16gsup_server: Add "priv" pointer and make it point to 'struct hlr'Harald Welte3-3/+8
2018-06-15disable blind subscriber insertion into every VLR/SGSNHarald Welte1-3/+7
2018-06-11Return proper GSUP error in case of too short IMSIHarald Welte1-0/+28
2018-05-18move creation of insert subscriber data messages to a common functionStefan Sperling5-67/+103
2018-05-04Bump version: 0.2.0.3-1b8a → 0.2.10.2.1Pau Espin Pedrol1-0/+9
2018-05-04add error handling to osmo_gsup_configure_wildcard_apn()Neels Hofmeyr4-8/+20
2018-05-04add gsup_test to catch OS#3231Neels Hofmeyr11-17/+191
2018-05-04fix luop crash: use buffer for APN that remains validNeels Hofmeyr4-7/+15
2018-05-03Bump version: 0.1.0.39-1cb4-dirty → 0.2.00.2.0Pau Espin Pedrol2-5/+62
2018-05-03don't forget to mark luop as a packet switched connectionStefan Sperling1-0/+1
2018-05-02rewrite subscriber_update_notify() without calls into luopStefan Sperling4-21/+94
2018-04-17Remove unused src/db_test.cPau Espin Pedrol2-91/+0
2018-04-17use osmo_init_logging2Pau Espin Pedrol6-6/+11
2018-04-10notify GSUP clients when HLR subscriber information changesStefan Sperling3-0/+40
2018-03-29more robust usage of osmo_timer API for osmo-hlr luop timerStefan Sperling1-2/+5
2018-03-05jenkins.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-1/+1
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-03-01Fix responses to PURGE MSHarald Welte1-2/+2
2018-03-01vty: Don't print error if removing auth data while none presentHarald Welte1-2/+2
2018-02-14osmo-hlr: Add talloc context introspection via VTYHarald Welte3-0/+6
2018-02-09Fix expected test output after new 'logging print file 1' vty commandHarald Welte1-0/+1
2018-01-29Add missing build products in .gitignoreAlexander Huemer1-1/+6
2018-01-16fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBSNeels Hofmeyr1-0/+2
2018-01-08Enable sanitize for CI testsMax1-1/+1
2018-01-07ctrl test: fix: adjust expectations after stricter ctrl parsingNeels Hofmeyr1-8/+8
2017-12-20fix debug log: put 'deriving 2G from 3G' in proper placeNeels Hofmeyr3-3/+32
2017-12-19fix test_subscriber_errors.ctrl after libosmocore changeNeels Hofmeyr1-2/+2
2017-12-15contrib:jenkins.sh: Enable WerrorPau Espin Pedrol1-1/+1
2017-12-15luop.c: Transform FIXME from warning to pragma messagePau Espin Pedrol1-2/+1
2017-12-01Remove unused ipa.pyMax1-278/+0
2017-11-29db_test: also test db_get_auc() return valuesNeels Hofmeyr2-5/+80
2017-11-29osmo-hlr: log details for unknown IMSI / no auth data / db errorNeels Hofmeyr1-0/+7
2017-11-29db_get_auth_data / db_get_auc: clarify return valuesNeels Hofmeyr6-34/+53
2017-11-24Remove unused checkMax1-4/+2
2017-11-22return GMM_CAUSE_IMSI_UNKNOWN if there is no auth dataNeels Hofmeyr1-0/+1
2017-11-22cosmetic: rx_send_auth_info(): decide error cause with switch()Neels Hofmeyr1-5/+9
2017-11-21db_test: don't verify SQLite issued error messages, they might changeNeels Hofmeyr7-14/+13
2017-11-18add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-11-17debian: install osmo-hlr.cfg to /etc/osmocomAlexander Couzens1-0/+1
2017-11-17doc: install example .cfg files to $(docdir)/examples/Alexander Couzens4-0/+25