aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
AgeCommit message (Collapse)AuthorFilesLines
2019-12-23Enabling/disabling 4G RAN for given subscriberneels/36c3Piotr Krysik1-0/+2
The change adds support for enabling and disabling connection through 4G RAN by a subscriber with use of USSD codes. Change-Id: Idf964d9c770a0a1cb5c486eb2a7592d6bf44171c
2019-12-23add USSD handlers to enable/disable 2G accessNeels Hofmeyr1-0/+2
Change-Id: Ib266bf6ebc7692362a443efbf9b4ae69aee671d6
2019-12-23SS/USSD: update configuretion exampleVadim 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-09-12Install sample cfg file to /etc/osmocompespin/systemdPau Espin Pedrol1-0/+5
Change-Id: I2ac73f426d9489fcd64c2eea547eb1f3ec26ae2c
2018-09-12Move doc/Makefile.am to doc/examples/Makefile.amPau Espin Pedrol1-0/+22
Change-Id: I89ef3abe86e7ceb7b389ac1cb227ea065bfbce37
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