aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-hlr.cfg
AgeCommit message (Collapse)AuthorFilesLines
2018-12-29add USSD handlers to enable/disable 2G access35c3Neels Hofmeyr1-0/+2
Change-Id: Ib266bf6ebc7692362a443efbf9b4ae69aee671d6
2018-12-27SS/USSD: update configuretion examplefixeria/35c3Vadim Yanitskiy1-0/+3
Change-Id: I3801968d29bae917bf8669bb4ac03a9c4f3cb96c
2018-09-25osmo-hlr.cfg: Ensure well-formed config file exampleHarald Welte1-12/+12
Change-Id: I136fdda6f4088f2e8094eed6fe9481f5d6476d4f
2018-09-18tweak example configNeels Hofmeyr1-2/+4
Remove 'logging level all' setting. Tweak some more logging details (to my current favorite). Add USSD example for showing the IMSI. Change-Id: I8296832704d779df5f1b20a595b568c99780e64d
2018-07-30USSD: Add support for internal USSD handlersHarald Welte1-0/+1
There are some requests that are best served inside the HLR, as it has access to subscriber information such as MSISDN and IMSI. This unfortunately required quite some restructuring of the USSD related structures including the VTY syntax for adding routes. The default config file has been updated to replicate the *#100# built-in behavior of old OsmoNITB. Closes: OS#2566 Change-Id: I1d09fab810a6bb9ab02904de72dbc9e8a414f9f9
2018-07-30USSD: Add new "DSS" logging category and use it appropriatelyHarald Welte1-0/+1
Change-Id: I0ac198a49ba70ea40fea18464325f1925797a6e8
2018-07-30osmo-hlr.cfg: Don't enable DEBUG logging by defaultHarald Welte1-1/+4
This is not a setting that normal users should use in production. Change-Id: I6594fb083cad70ec596af872d85f805897b29644
2017-06-01VTY: Add hlr node and bind ip fieldPau Espin Pedrol1-0/+3
With this patch the address osmo-hlr binds to can be changed to something else than 0.0.0.0 Change-Id: I79f7a300480f308b21116dd14d1698be38725afd
2017-03-31add config example (mostly empty)Neels Hofmeyr1-0/+16
So far only the vty and ctrl bind configs exists. Change-Id: I38ef124e9f28bdd744bafd20fa8c310511c0b8ad