aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
Move the code, update Makefile.am, add includes.
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
Make the msc_conn responsible for creating the link to the core network and reopening it, make the BTS code just call the msc methods and the MSC will throw away data in case it can not be forwarded. This avoids a problem that we start a reconnect timer while we have a connection in progress and then add the same file descriptor twice. This is mostly a speculative fix to the problem.
2010-08-07msc: Rename closing to msc_link_downHolger Hans Peter Freyther1-1/+1
This is the indicator if the MSC is connected and authenticated or not. This name should be better than closing.
2010-08-07msc: Make close_msc public, call it from main..Holger Hans Peter Freyther1-0/+1
We would have not stopped the timer, fix that by only having one function to close the connection to the msc.
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
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
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
Share more code with the OpenBSC version of the VTY code minus the changes to allow to parse a generic hostname instead of an ip address.
2010-08-04mgcp_ss7: Change the vty config to operate on the static g_cfg pointerHolger Hans Peter Freyther1-1/+0
Work more like the other mgcp gateway and first allocate the config and then apply the setting on it.. The next step will be to move to the real vty code minus some bits.
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