osmo-sgsn/openbsc/src/gprs
Harald Welte bb35c45a02 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging
We now have a function that generates BSSGP PS and CS paging request.

It is called from the libgtp code when we receive a GTP packet from
the GGSN for a MM context that is in SUSPEND state.  We then issue
a PS paging request to the Cell with the BVCI where the last RA update
was being performed.

TODO: We still don't enqueue the GTP packet (and transmit it on paging
complete), and we don't rate-limit the paging requests, i.e. every GTP packet
will trigger another paging request.

We probably also need some kind of logic that marks the phone as UNREGISTERED
if it doesn't respond to paging requests for some time.
2010-06-10 15:12:38 +02:00
..
Makefile.am [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN 2010-06-01 18:28:10 +02:00
crc24.c [gprs] Move all GPRS related code to src/gprs subdirectory 2010-05-04 07:41:59 +02:00
gb_proxy.c GPRS: Copy the content of the msgb instead of creating one that points to the other 2010-06-09 21:40:44 +08:00
gb_proxy_main.c misc: Fix the return type of the go back vty function... 2010-06-09 21:40:44 +08:00
gb_proxy_vty.c Migrate VTY code to libosmovty 2010-05-25 23:40:38 +02:00
gprs_bssgp.c [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging 2010-06-10 15:12:38 +02:00
gprs_bssgp_util.c GPRS: Fix compiler warning that will also lead to a crash at runtime. 2010-06-09 21:40:36 +08:00
gprs_bssgp_vty.c Migrate VTY code to libosmovty 2010-05-25 23:40:38 +02:00
gprs_gmm.c [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state 2010-06-09 21:40:45 +08:00
gprs_llc.c [GPRS] LLC: Implement per-SAPI default values for LLC parameters 2010-06-03 07:11:04 +02:00
gprs_llc_vty.c [GPRS] LLC: Implement per-SAPI default values for LLC parameters 2010-06-03 07:11:04 +02:00
gprs_ns.c [GPRS] NS: correctly pass the NS payload length to the TLV parser 2010-05-30 17:19:38 +02:00
gprs_ns_frgre.c [GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulation 2010-05-31 11:02:57 +02:00
gprs_ns_vty.c [GPRS] NS: Frame Relay DLCI for PVC from 16-1007 2010-05-28 14:11:49 +02:00
gprs_sgsn.c [GPRS] add comments to SGSN header file 2010-06-03 06:38:09 +02:00
gprs_sndcp.c [GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlink 2010-06-03 21:21:21 +02:00
osmo_gbproxy.cfg [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node 2010-05-19 15:09:09 +02:00
osmo_sgsn.cfg [GPRS] SGSN: specify the local bind address in the config file 2010-06-02 23:18:40 +02:00
sgsn_libgtp.c [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging 2010-06-10 15:12:38 +02:00
sgsn_main.c misc: Fix the return type of the go back vty function... 2010-06-09 21:40:44 +08:00
sgsn_vty.c [GPRS] SGSN: fix typo 2010-06-10 15:12:38 +02:00