osmo-bsc/include/openbsc
Holger Freyther 73487a23da Introduce logical updating request operation on the gsm_lchan
We are going to have logical operations like Phone Call, SMS,
Paging, Updating Request on a logical channel and for each of
these operations we might need to store state. For now pointers
in gsm_lchan look like the best way of doing this and we start
by introducing an operation for the location updating request.

The new flow of things are:
    - We get the location updating request and update/create
      the subscriber and maybe send the identity requests to
      the mobile station
    - We start the updating timer, if it times out we will
      reject the mobile station.
    - Once we get the Identity Responses we have asked for
      and the reject timer did not fire yet we might accept
      the user.
2008-12-31 18:53:57 +00:00
..
Makefile.am Start implementing GSM 04.11 (short message service) 2008-12-28 00:31:09 +00:00
abis_nm.h * fix DEBUGP defines, activate DEBUG functionality 2008-12-26 00:06:02 +00:00
abis_rsl.h Fix the reference. The names and values are described in 9.1 of 04.08 2008-12-30 19:13:13 +00:00
call_handling.h Draft ideas for high level call handling 2008-12-27 22:59:48 +00:00
chan_alloc.h no reasonable commit message possible. tons of changes of the last 2 days 2008-12-25 23:28:35 +00:00
db.h make it optional where the hlr database is stored 2008-12-28 22:51:39 +00:00
debug.h export debug_flags 2008-12-30 14:59:01 +00:00
gsm_04_08.h Add an option to set the global reject cause 2008-12-31 18:52:11 +00:00
gsm_04_11.h Implement sending SMS and send one on network registration 2008-12-29 04:20:41 +00:00
gsm_data.h Introduce logical updating request operation on the gsm_lchan 2008-12-31 18:53:57 +00:00
gsm_subscriber.h add extension field to subscriber struct and name column to db 2008-12-27 22:33:34 +00:00
linuxlist.h initial commit of current OpenBSC state 2008-12-23 20:25:15 +00:00
misdn.h misdn.h forward declare mi_setup 2008-12-27 09:41:03 +00:00
msgb.h Parse sms-submit messages 2008-12-29 00:44:41 +00:00
select.h no reasonable commit message possible. tons of changes of the last 2 days 2008-12-25 23:28:35 +00:00
timer.h Introduce a simple timer API.... 2008-12-27 09:42:59 +00:00
tlv.h now we get up to the SETUP of MO calls 2008-12-27 01:55:51 +00:00