aboutsummaryrefslogtreecommitdiffstats
path: root/src/msc_conn.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-16stp: Extract the MGCP forwarding code out of the msc_connectionHolger Hans Peter Freyther1-118/+9
2011-11-25msc: Only unregister the fd when we have a valid fdHolger Hans Peter Freyther1-3/+7
2011-09-19msc: Do not run ping/pong timers by defaultHolger Hans Peter Freyther1-0/+1
2011-09-15cellmgr: Patch the MGCP messages and replace the domain nameHolger Hans Peter Freyther1-0/+2
2011-09-15mgcp: Reset the local endpoint with the domain name configuredHolger Hans Peter Freyther1-6/+12
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-33/+34
2011-02-23msc: Remove unused method from the codeHolger Hans Peter Freyther1-7/+0
2011-02-22misc: Use llist_add_tail to add new links to the endHolger Hans Peter Freyther1-1/+1
2011-02-17ss7: Move the linkset up/down into the ss7_app, move some code aroundHolger Hans Peter Freyther1-1/+12
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-1/+0
2011-02-17msc: Move more state into the sccp_state.cHolger Hans Peter Freyther1-23/+0
2011-02-17msc: Move the nat handling into the sccp_state for nowHolger Hans Peter Freyther1-42/+1
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-50/+87
2011-02-10msc: In forward_only mode never ask any of the connection tracking codeHolger Hans Peter Freyther1-3/+5
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther1-119/+116
2011-01-21msc: Fix crash due pong timeout started from a msc resetHolger Hans Peter Freyther1-0/+10
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther1-1/+1
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-3/+3
2011-01-17mtp: Attempt to select the sls properly in the round robin fashionHolger Hans Peter Freyther1-1/+1
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther1-5/+0
2011-01-17sccp: Stop queueing messages between SLTM messagesHolger Hans Peter Freyther1-30/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther1-0/+9
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther1-2/+7
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther1-2/+2
2010-10-06ussd: Pass the bsc_data to have access to the USSD messageHolger Hans Peter Freyther1-1/+1
2010-10-06ussd: Create the hook where packages from the MSC pass byHolger Hans Peter Freyther1-0/+1
2010-10-06msc: Create a function to send or queue messages.Holger Hans Peter Freyther1-7/+16
2010-10-06ussd: Add the hook where we can capture the Location Updating RequestHolger Hans Peter Freyther1-0/+5
2010-10-01msc: Return an error if we close the fd1.0.2-Holger Hans Peter Freyther1-4/+7
2010-10-01msc: Stop the msc reconnect timer as well (possible bfd corruption fix)Holger Hans Peter Freyther1-0/+1
2010-08-07msc: Separate the BSC and MSC link completly...Holger Hans Peter Freyther1-1/+12
2010-08-07msc: Manage the msc_link_down only in the msc_conn.cHolger Hans Peter Freyther1-0/+1
2010-08-07msc: Rename closing to msc_link_downHolger Hans Peter Freyther1-2/+2
2010-08-07msc: Use the msc_close_connection routineHolger Hans Peter Freyther1-8/+1
2010-08-07msc: Make close_msc public, call it from main..Holger Hans Peter Freyther1-4/+4
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-2/+3
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther1-3/+3
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+594