osmo-msc/src
Harald Welte 7f93ceafef Ignore CONNECTION FAIL INDICATION cause 0x18 to make sure our phone calls survive on BS11.
Apparently the BS-11 sends soem undocumented cause 0x18 as part of a CONN FAIL IND message
shortly after we establish the call.  If we close the channel, the voice call
is aborted. If we ignore the message, everything just continues to work.
2009-02-23 00:02:59 +00:00
..
input write 160byte to one E1 TS at any given time, since that is one TRAU Frame (40 bytes) per sub-channel 2009-02-18 03:39:00 +00:00
Makefile.am [build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it 2009-02-20 18:33:00 +00:00
abis_nm.c Add LMT event parsing 2009-02-22 21:58:49 +00:00
abis_rsl.c Ignore CONNECTION FAIL INDICATION cause 0x18 to make sure our phone calls survive on BS11. 2009-02-23 00:02:59 +00:00
bs11_config.c correct E1 timeslot / TEI attribute parsing 2009-02-21 20:41:12 +00:00
bsc_hack.c 25C3 is over, so call our network OpenBSC 2009-02-21 13:00:57 +00:00
chan_alloc.c [rr] Send a Channel Release before deactivating the channel 2009-02-06 21:55:37 +00:00
db.c [db] Print the type and id of the not found provider 2009-02-22 20:33:09 +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
e1_config.c implement dynamic TRAU frame mapping 2009-02-19 17:24:39 +00:00
e1_input.c strip mISDN hardware header before putting B-channel data into subchannel demuxer 2009-02-17 19:02:29 +00:00
gsm_04_08.c fix paging response parsing for phase1 phones (classmar2 can be less than 4 bytes in length) 2009-02-22 21:26:29 +00:00
gsm_04_11.c [utils] Create gsm_utils for 7bit encoding and decoding... 2009-02-17 20:31:30 +00:00
gsm_data.c add gst_ts_name() function to obtain human-readable channel name 2009-02-19 17:06:42 +00:00
gsm_subscriber.c introduce lookup of subscribers based on their extension number 2009-02-09 23:39:20 +00:00
gsm_utils.c [utils] Commit not working 7bit encoder... 2009-02-17 23:42:45 +00:00
ipaccess-find.c * add commond header file for ipaccess protocol 2009-02-15 15:32:53 +00:00
msgb.c add missing string.h include 2009-01-01 00:33:02 +00:00
paging.c switch paging code to use a timer again, since not all BTS send reliable CCCH load indications 2009-02-17 01:39:41 +00:00
rs232.c fix various compiler warnings while building bs11_config 2009-02-21 12:59:58 +00:00
select.c cosmetic fixes 2009-02-03 12:58:59 +00:00
signal.c modify the signal handler/dispatch code (sorry zecke, no offense, I just had some different ideas) 2009-02-16 22:05:44 +00:00
subchan_demux.c reduce lag in voice calls by reducing the subchannel muxer tx queue depth to 2009-02-22 22:28:19 +00:00
telnet_interface.c various CC updates: 2009-02-17 15:29:33 +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 tlv_parser now operates on 'const' input buffer 2009-02-21 12:59:22 +00:00
trau_frame.c * use DEBUGP in TRAU frame code 2009-02-18 03:24:58 +00:00
trau_mux.c add debug statement when setting up trau mapping 2009-02-19 17:07:01 +00:00