9
0
Fork 0
Commit Graph

429 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 0c95c6ac93 msc: Rename closing to msc_link_down
This is the indicator if the MSC is connected and authenticated
or not. This name should be better than closing.
2010-08-07 02:39:37 +08:00
Holger Hans Peter Freyther 3e054ee556 msc: Use msc_clear_queue instead of custom clear code. 2010-08-07 02:32:44 +08:00
Holger Hans Peter Freyther 6258539928 msc: Use the msc_close_connection routine
Remove code duplication, the only difference is that the generic
callback pointer is not reset. But as we have lost the connection
we will go through the normnal connect again which will fix things.
2010-08-07 02:26:47 +08:00
Holger Hans Peter Freyther 71f4f355fa msc: Use the msc function to clear the queue 2010-08-07 02:00:32 +08:00
Holger Hans Peter Freyther 43d9eec14b msc: Make close_msc public, call it from main..
We would have not stopped the timer, fix that by only
having one function to close the connection to the msc.
2010-08-07 01:54:19 +08:00
Holger Hans Peter Freyther d5918ff9e4 mgcp: Add an option to enable/disable vad and enable it by default 2010-08-07 00:19:07 +08:00
Holger Hans Peter Freyther 5fb30572a6 mgcp: Move the MGCP_NODE number into a public header file 2010-08-07 00:19:06 +08:00
Holger Hans Peter Freyther 84e505d80e build: Add the cellmgr_debug.h to fix the make distcheck 2010-08-04 18:56:15 +08:00
Holger Hans Peter Freyther e66c7c10ea cleanup: Remove code that is provided by libosmocore now.
libosmocore contains the GSM08.08 definition, no need to copy
that anymore.
2010-08-04 18:51:16 +08:00
Holger Hans Peter Freyther cf381e2447 Update SCCP includes for the new location of files. 2010-08-04 18:39:26 +08:00
Holger Hans Peter Freyther e807376257 mgcp_ss7: Move the vty code/params over to mgcp_vty.c
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-04 07:34:21 +08:00
Holger Hans Peter Freyther a174318a7b mgcp: Remove commands not used/wanted for the cellmgr_ng. 2010-08-04 07:28:39 +08:00
Holger Hans Peter Freyther f9e9977101 mgcp_ss7: Change the vty config to operate on the static g_cfg pointer
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-04 07:22:52 +08:00
Holger Hans Peter Freyther f41617bb11 mgcp: Allocate the mgcp config earlier.. 2010-08-04 07:08:33 +08:00
Holger Hans Peter Freyther fde865f18d mgcp: Add the OpenBSC VTY code almost 1:1 to here 2010-08-04 06:39:13 +08:00
Holger Hans Peter Freyther cc1a9384b0 mgcp_ss7: Add the telnet interface to the mgcp_ss7. 2010-08-04 06:24:51 +08:00
Holger Hans Peter Freyther d2c46d4644 mgcp_ss7: Add logging commands.. 2010-08-04 06:24:45 +08:00
Holger Hans Peter Freyther 8bffbca71e configure: Add a --enable-uniporte to build with/without the libs 2010-08-04 06:16:24 +08:00
Holger Hans Peter Freyther d86208d1ed mgcp: Update to the latest code drop. 2010-08-04 06:11:27 +08:00
Holger Hans Peter Freyther 73cdc5fd97 mgcp_ss7: Remove unnecessary code... 2010-08-04 06:09:14 +08:00
Holger Hans Peter Freyther 8c6b356d1c main: Fix linking of OpenBSC... 2010-08-04 06:09:14 +08:00
Holger Hans Peter Freyther 7a6e7361b5 main: Remove left overs from old code. 2010-08-04 06:09:14 +08:00
Holger Hans Peter Freyther d4310b9865 debug: Add a debug area to make the application link 2010-08-04 06:09:14 +08:00
Holger Hans Peter Freyther 48f4d63d8d main.c: Make the link_c7_init weak to make the application link 2010-08-04 06:09:13 +08:00
Holger Hans Peter Freyther cbf7d18bb9 Use libosmocore instead of the old temporary laF0rge1 lib.. 2010-08-04 06:08:40 +08:00
Holger Hans Peter Freyther 9ed3e1b3f3 u_int32_t -> uint32_t 2010-07-31 05:22:56 +08:00
Holger Hans Peter Freyther 585f3d90d1 u_int16_t -> uint16_t 2010-07-31 04:38:17 +08:00
Holger Hans Peter Freyther 5aa17014de u_int8_t -> uint8_t 2010-07-31 04:37:26 +08:00
Holger Hans Peter Freyther 97f66e2b53 Public release of the cellmgr_ng code to convert E1 to IPA SCCP 2010-07-28 03:36:32 +08:00