osmo-msc/src
Harald Welte 498b0bbd9b Use use_lchan/put_lchan for call handling to keep the channel up
Increase when the refcount of the lchan when we initiate a call,
get a SETUP message and put it when we want to release the call...

Once we have proper Q.931 support the use/put needs to be improved,
e.g. we currently do not allow to hangup from the network, and it
will ring until the end of time...
2009-01-09 21:27:43 +00:00
..
Makefile.am Start creating a paging layer... 2009-01-06 21:47:18 +00:00
abis_nm.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
abis_rsl.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
bsc_hack.c Hook the paging code into bsc_hack.c and telnet_interface.c 2009-01-06 23:10:57 +00:00
chan_alloc.c Add implementation to find a lchan by the struct gsm_subscriber 2009-01-04 03:48:30 +00:00
db.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
debug.c Make gcc happy and remove a couple of warnings 2009-01-04 21:05:01 +00:00
gsm_04_08.c Use use_lchan/put_lchan for call handling to keep the channel up 2009-01-09 21:27:43 +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 functions to convert lchan/pchan type into human-readable string 2009-01-04 16:10:38 +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] Page pagegroup one... 2009-01-06 23:50:39 +00:00
select.c Use the _safe variant as a bsc_unregister_fd might be called from within the callback 2009-01-02 21:53:34 +00:00
subchan_demux.c add initializer function for subchan_demux 2009-01-05 20:14:14 +00:00
telnet_interface.c Print the refcount of the lchan as well 2009-01-09 21:24:53 +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
trau_frame.c * add function to change c-bits in TRAU frame from uplink to downlink 2009-01-05 20:12:47 +00:00