aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_subscriber.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Make the code work so that the msc_vlr tests passNeels Hofmeyr1-117/+31
2017-03-09add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
2017-03-09complete IuCS paging implementationNeels Hofmeyr1-27/+79
2017-03-09paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-03-09paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-26/+5
2017-03-09move subscr_request to gsm_subscriber.hNeels Hofmeyr1-15/+0
2017-03-09cut off libbsc paging, pending paging in libmscNeels Hofmeyr1-0/+12
2017-03-09Use libvlr in libmsc (large refactoring)Neels Hofmeyr1-228/+37
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr1-4/+26
2017-02-19subscr_update_expire_lu(): fix (obscure) segfaultNeels Hofmeyr1-0/+10
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-0/+14
2016-07-09Make random MSISDN assignment optionalMax1-3/+6
2016-06-14Make random extension range configurableMax1-2/+3
2015-08-08subscr: Fix potential subscr ref count issueHolger Hans Peter Freyther1-0/+1
2015-08-03paging: Forget we were paging after the dispatchHolger Hans Peter Freyther1-1/+1
2015-08-03paging: Stop paging everywhere before dispatching any signalHolger Hans Peter Freyther1-9/+9
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther1-114/+40
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther1-45/+0
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck1-17/+18
2013-10-13db: Remove the struct gsm_network from the database layerHolger Hans Peter Freyther1-4/+21
2013-07-27expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther1-6/+7
2013-07-27expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther1-16/+42
2013-07-04gsm_subscriber: Fix compiler warning of the printf stringHolger Hans Peter Freyther1-1/+1
2013-01-01libmsc: Track and update the location update expiryJan Luebbe1-0/+35
2012-12-25gsm_subscriber: change subscr_bsc_active_subscriber to pluralJan Luebbe1-5/+5
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-3/+3
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-1/+1
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-0/+410