aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_subscriber.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-04cosmetic: move subscr_conn alloc&free to gsm_04_08.cNeels Hofmeyr1-27/+0
2016-05-04msc subscr: add paging timeoutNeels Hofmeyr1-0/+28
2016-05-04subscr_paging_dispatch(): add assertionsNeels Hofmeyr1-0/+5
2016-05-04comment tweakNeels Hofmeyr1-1/+1
2016-05-04debug log tweaks for pagingNeels Hofmeyr1-2/+3
2016-05-04Revert "subscr_paging_dispatch(): use conn->subscr instead of separate param"Neels Hofmeyr1-3/+3
2016-05-02comments and debug log for paging responseNeels Hofmeyr1-1/+18
2016-05-02msc_paging_request(): remove unused parametersNeels Hofmeyr1-4/+2
2016-05-02msc_paging_request(): make staticNeels Hofmeyr1-1/+1
2016-05-02paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2016-05-02paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-10/+5
2016-05-02Allow paging even though is_paging is falseNeels Hofmeyr1-2/+5
2016-05-02cosmetic: subscr_paging_dispatch() comments/indentNeels Hofmeyr1-9/+0
2016-05-02subscr_paging_dispatch(): use conn->subscr instead of separate paramNeels Hofmeyr1-3/+3
2016-05-02cosmetic: subscr_paging_dispatch() comments/indentNeels Hofmeyr1-7/+2
2016-05-02gsm_04_08 mscsplit: subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr1-2/+2
2016-05-02gsm_04_08: factor out subscr authorization checkNeels Hofmeyr1-0/+27
2016-04-25paging_signal_data: remove unused lac memberNeels Hofmeyr1-1/+0
2016-04-20add preliminary paging response handling, incompleteNeels Hofmeyr1-14/+0
2016-04-20cosmetic: debug and error logging, comment tweaksNeels Hofmeyr1-1/+7
2016-04-20Add Iu pagingNeels Hofmeyr1-3/+10
2016-03-15cosmetic: commentsNeels Hofmeyr1-1/+1
2016-03-14cosmeticNeels Hofmeyr1-1/+0
2016-03-04libmsc: stubify paging (A-/Iu-interfaces need to reimplement this)Neels Hofmeyr1-2/+12
2016-03-04gsm_subscriber_connection: further split between BSC and MSCNeels Hofmeyr1-0/+28
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr1-11/+11
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