On 10/26/2010 11:10 AM, tejas oza wrote:
Hi Holger,
We found the below code in bsc_msc_ip.c
static int msc_sccp_accept(struct sccp_connection *connection, void *data) { LOGP(DMSC, LOGL_DEBUG, "Rejecting incoming SCCP connection.\n"); return -1; }
So, Does the Open BSC accepts the SCCP connection request from MSC ?
As you have found in the code. the BSC does not accept connections from the MSC. The reason is that I have not found anything in GSM08.08 that indicates that the MSC will open a connection. Am I wrong with that? Or is your new MSC trying to open a connection?
i hope this helps z.
PS: According to my understanding of the netiqutte you would have to create a new top level post for that. PPS: Do you have a time plan on contributing the POI fixlet?