aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr.h
AgeCommit message (Collapse)AuthorFilesLines
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-06Add CTRL interfaceMax1-0/+4
* add command to query Packet Services (GPRS etc.) for particular IMSI. * add vty command to configure ctrl bind address * add missing vty copyright notice Change-Id: Id787ef4aa88473c3bbde6ee25117b1fd99dc8fcb Related: OS#1645
2017-03-05Add global HLR structMax1-0/+33
Introduce g_hlr of type 'struct hlr' which holds pointers to all globally accessible variables. Change-Id: I275d3d54482f696e3378606b2406c7e0ad939e0f Related: OS#1645