aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-20mgcp: Fix the adaptation name for the config optionsHolger Hans Peter Freyther1-4/+4
2010-12-20mgcp: Fix the management objectsHolger Hans Peter Freyther1-4/+4
2010-12-10mtp: Attempt to fix the SCCP restart logic.Holger Hans Peter Freyther1-26/+21
2010-12-10isup: Respond to a ISUP GRS with a GRA.Holger Hans Peter Freyther2-7/+65
2010-12-10isup: Implement handling GRS and GRA messages for ISUP.Holger Hans Peter Freyther2-1/+46
2010-12-10isup: Start parsing the ISUP messagesHolger Hans Peter Freyther3-2/+58
2010-12-08mtp: Print a TFP message on the screen when we get a messageHolger Hans Peter Freyther1-0/+16
2010-12-08mtp: Prepare ISUP handling, just print the ISUP part.Holger Hans Peter Freyther1-0/+3
2010-12-08mtp: Print un-handled messagesHolger Hans Peter Freyther1-1/+1
2010-12-08udt_relay: Remove the abort and return a NULL pointer after a messageHolger Hans Peter Freyther1-2/+2
2010-12-08udt_relay: Initialize the ni_ni as well hereHolger Hans Peter Freyther1-0/+5
2010-12-01mgcp: Add config options for some GAIN options, apply them.Holger Hans Peter Freyther1-0/+144
2010-11-26mtp: Group all MTP settings together.Holger Hans Peter Freyther1-1/+1
2010-11-26mtp: Make the spare/ni configurableHolger Hans Peter Freyther2-0/+26
2010-11-26mtp: Be able to set the spare bits in the network indicatorHolger Hans Peter Freyther1-0/+1
2010-11-26mtp: Store the NetworIndicator in the mtp_link and use itHolger Hans Peter Freyther1-3/+4
2010-11-26mtp: Set the network indicator in the mtp_msg_allocHolger Hans Peter Freyther1-6/+1
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther2-0/+10
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther4-4/+378
2010-10-27mgcp: Print the extra settings from the configHolger Hans Peter Freyther2-0/+8
2010-10-27assignment: An evil hack to include some fake IES..Holger Hans Peter Freyther1-0/+13
2010-10-18mgcp: Assume that on a MDCX all data is present...Holger Hans Peter Freyther1-5/+2
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther2-5/+6
2010-10-08mtp: Ignore the spare bits as of Q.701 6.2Holger Hans Peter Freyther1-6/+6
2010-10-06ussd: Pass the bsc_data to have access to the USSD messageHolger Hans Peter Freyther2-2/+2
2010-10-06ussd: Create the hook where packages from the MSC pass byHolger Hans Peter Freyther2-0/+10
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 Freyther2-0/+21
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-09-30bsc_ussd: Add a dummy USSD module...used for welcome SMSHolger Hans Peter Freyther2-1/+24
2010-09-30bsc: Move more sccp code into the bsc_sccp.cHolger Hans Peter Freyther2-28/+33
2010-09-30bsc: Refactor and move SCCP ConTrack to bsc_sccp.cHolger Hans Peter Freyther3-42/+71
2010-09-30bsc: Be able to configure the LAC/MNC/MCC...Holger Hans Peter Freyther1-0/+39
2010-09-30sccp: Move the SCCP connection out to a new structure.Holger Hans Peter Freyther1-28/+1
2010-09-30vty: Add a telnet interface to the cellmgrHolger Hans Peter Freyther1-0/+6
2010-09-30vty: Implement writing the config fileHolger Hans Peter Freyther1-2/+15
2010-09-30vty: Move the vty code to a new file, move config params.Holger Hans Peter Freyther3-203/+241
2010-09-18mgcp: Only if this node is supposed to send data send a dummy packetHolger Hans Peter Freyther1-1/+3
2010-09-18mgcp: Be able to parse the 'M: sendonly' as the connection paramHolger Hans Peter Freyther1-0/+2
2010-09-18mgw: Add a realloc_cb that will give up the old endpointHolger Hans Peter Freyther1-0/+7
2010-09-18mgcp: Merge the realloc_cb from OpenBSC here.Holger Hans Peter Freyther1-0/+2
2010-09-17mgcp: Add an option to force reallocating endpoints.Holger Hans Peter Freyther1-0/+10
2010-09-17mgcp: Keep the data for the config in a global var again.Holger Hans Peter Freyther1-8/+8
2010-09-15Add a command to ask for the version number, generate a config fileHolger Hans Peter Freyther1-2/+15
2010-08-08mgcp: Use uint32_t for the CI in every place.Holger Hans Peter Freyther1-6/+8
2010-08-07msc: Separate the BSC and MSC link completly...Holger Hans Peter Freyther2-7/+14
2010-08-07msc: Manage the msc_link_down only in the msc_conn.cHolger Hans Peter Freyther2-1/+1
2010-08-07msc: Rename closing to msc_link_downHolger Hans Peter Freyther2-6/+6
2010-08-07msc: Use msc_clear_queue instead of custom clear code.Holger Hans Peter Freyther1-4/+1