aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-12-10isup: Respond to a ISUP GRS with a GRA.Holger Hans Peter Freyther1-0/+1
2010-12-10isup: Start parsing the ISUP messagesHolger Hans Peter Freyther1-0/+1
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther1-0/+49
2010-12-08mtp: Prepare ISUP handling, just print the ISUP part.Holger Hans Peter Freyther1-0/+1
2010-11-26mtp: Make the spare/ni configurableHolger Hans Peter Freyther1-0/+4
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-0/+1
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther1-0/+2
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther1-1/+2
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther2-1/+4
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/+2
2010-10-06ussd: Add the hook where we can capture the Location Updating RequestHolger Hans Peter Freyther1-0/+2
2010-09-30bsc_ussd: Add a dummy USSD module...used for welcome SMSHolger Hans Peter Freyther2-1/+26
2010-09-30bsc: Move more sccp code into the bsc_sccp.cHolger Hans Peter Freyther1-0/+2
2010-09-30bsc: Refactor and move SCCP ConTrack to bsc_sccp.cHolger Hans Peter Freyther1-0/+12
2010-09-30bsc: Be able to configure the LAC/MNC/MCC...Holger Hans Peter Freyther1-0/+8
2010-09-30sccp: Move the SCCP connection out to a new structure.Holger Hans Peter Freyther2-1/+55
2010-09-30vty: Move the vty code to a new file, move config params.Holger Hans Peter Freyther1-0/+7
2010-09-18mgcp: Merge the realloc_cb from OpenBSC here.Holger Hans Peter Freyther1-0/+2
2010-08-08mgcp: Use uint32_t for the CI in every place.Holger Hans Peter Freyther2-2/+2
2010-08-07msc: Separate the BSC and MSC link completly...Holger Hans Peter Freyther1-1/+0
2010-08-07msc: Rename closing to msc_link_downHolger Hans Peter Freyther1-1/+1
2010-08-07msc: Make close_msc public, call it from main..Holger Hans Peter Freyther1-0/+1
2010-08-07mgcp: Move the MGCP_NODE number into a public header fileHolger Hans Peter Freyther1-0/+6
2010-08-04build: Add the cellmgr_debug.h to fix the make distcheckHolger Hans Peter Freyther1-1/+1
2010-08-04cleanup: Remove code that is provided by libosmocore now.Holger Hans Peter Freyther4-575/+1
2010-08-04Update SCCP includes for the new location of files.Holger Hans Peter Freyther4-4/+4
2010-08-04mgcp_ss7: Move the vty code/params over to mgcp_vty.cHolger Hans Peter Freyther1-0/+1
2010-08-04mgcp_ss7: Change the vty config to operate on the static g_cfg pointerHolger Hans Peter Freyther1-1/+0
2010-08-04mgcp: Update to the latest code drop.Holger Hans Peter Freyther2-10/+24
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther17-76/+39
2010-07-31u_int32_t -> uint32_tHolger Hans Peter Freyther2-5/+5
2010-07-31u_int16_t -> uint16_tHolger Hans Peter Freyther3-19/+19
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther8-80/+80
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther19-0/+1621