osmo-msc/src
Harald Welte 7ccf77810b slightly more complete GSM 04.08 CC, we can now
* initiate phone calls from one MS
* look-up the subscriber based on dialled extension
* page the called subscriber
* send the SETUP to the called subscriber, including CLIP/CLIR
* get ALERTING notification back to caller
* relay DISCONNECT from either side to the other
This is still far from being complete, but it at least works for the most common case
2009-02-17 01:43:01 +00:00
..
input * add commond header file for ipaccess protocol 2009-02-15 15:32:53 +00:00
Makefile.am [signal] Add generic signal registration and dispatch... 2009-02-14 22:51:00 +00:00
abis_nm.c Add support for ip.access RSL link on port 3003 2009-02-15 11:57:29 +00:00
abis_rsl.c * introduce a callback function when paging completes (I know this is somewhat of an overlap 2009-02-16 22:52:23 +00:00
bs11_config.c * add trau_mux implementation to relay from one incoming TRAU 2009-02-09 18:13:26 +00:00
bsc_hack.c * use more constants to name the various BTS/TRX/... attributes 2009-02-15 16:16:28 +00:00
chan_alloc.c [rr] Send a Channel Release before deactivating the channel 2009-02-06 21:55:37 +00:00
db.c introduce lookup of subscribers based on their extension number 2009-02-09 23:39:20 +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 Add support for ip.access RSL link on port 3003 2009-02-15 11:57:29 +00:00
e1_input.c * correctly initialize link->tei and link->sapi 2009-02-09 23:09:15 +00:00
gsm_04_08.c slightly more complete GSM 04.08 CC, we can now 2009-02-17 01:43:01 +00:00
gsm_04_11.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
gsm_data.c * add bsc_hack commandline argument to select BTS type 2009-02-15 03:38:12 +00:00
gsm_subscriber.c introduce lookup of subscribers based on their extension number 2009-02-09 23:39:20 +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 * 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
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 fix segfault when trying to dequeue list head as list element 2009-02-09 21:05:56 +00:00
telnet_interface.c slightly more complete GSM 04.08 CC, we can now 2009-02-17 01:43:01 +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 * extend TLV parser to use a list of TLV type descriptions 2009-02-15 03:34:15 +00:00
trau_frame.c * add trau_mux implementation to relay from one incoming TRAU 2009-02-09 18:13:26 +00:00
trau_mux.c * add trau_mux implementation to relay from one incoming TRAU 2009-02-09 18:13:26 +00:00