osmo-msc/src
Holger Freyther e64a7a3c3b [rr] Send a Channel Release before deactivating the channel
After auto releasing a channel the next paging request will
not be immediately answered. The hypothesis was that we do
not release the channel properly. Implementing Channel Release
of GSM 04.08 should have fixed it, but it didn't. According
to the wireshark dissectors the message is correct though.

- Add the RR cause values to gsm_04_08.
- Implement the Channel Release message
- Invoke the release channel function before deallocating
  the lchan.
2009-02-06 21:55:37 +00:00
..
Makefile.am * improve parsing of status/phase response from BTS 2009-02-01 21:39:06 +00:00
abis_nm.c [bs11-config] Really force the software upload 2009-02-06 17:43:50 +00:00
abis_rsl.c [paging] This is paging my phone but it looks completely wrong... 2009-02-04 02:14:45 +00:00
bs11_config.c * introduce a new '--restart' parameter to reboot BTS 2009-02-05 19:30:22 +00:00
bsc_hack.c [paging] Move the paging state into struct gsm_bts 2009-02-06 18:54:00 +00:00
chan_alloc.c [rr] Send a Channel Release before deactivating the channel 2009-02-06 21:55:37 +00:00
db.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
debug.c introduce new "DEBUGPC" macro for continuing on the same line without prefix of file/line/time 2009-02-06 12:38:29 +00:00
gsm_04_08.c [rr] Send a Channel Release before deactivating the channel 2009-02-06 21:55:37 +00:00
gsm_04_11.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
gsm_data.c add BTS TYPE field to facilitate future non-BS11 BTS support 2009-01-18 17:57:27 +00:00
gsm_subscriber.c Define the gsm_subscriber getter functions in the header 2009-01-04 03:47:05 +00:00
misdn.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
msgb.c add missing string.h include 2009-01-01 00:33:02 +00:00
paging.c [paging] Move the paging state into struct gsm_bts 2009-02-06 18:54:00 +00:00
rs232.c * improve parsing of status/phase response from BTS 2009-02-01 21:39:06 +00:00
select.c cosmetic fixes 2009-02-03 12:58:59 +00:00
subchan_demux.c add initializer function for subchan_demux 2009-01-05 20:14:14 +00:00
telnet_interface.c [telnet] use SO_REUSEADDR on the telnet socket 2009-02-03 20:49:51 +00:00
telnet_parser.l Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
timer.c Go through del_timer otherwise in_list will not be reset leading to crashes... 2009-01-03 04:39:51 +00:00
tlv_parser.c add some initial simplistic TLV parser 2009-02-06 12:51:39 +00:00
trau_frame.c * add function to change c-bits in TRAU frame from uplink to downlink 2009-01-05 20:12:47 +00:00