On Monday 05 April 2010 16:37:31 Fadil Berisha wrote:
To get RSL CONNECT ACK PORT=3003, I send OML message NM_MT_IPACC_RSL_CONNECT_ACK before recieving request NM_MT_IPACC_RSL_CONNECT from openbsc. My question is, how to get in stage when openbsc is ready to send NM_MT_IPACC_RSL_CONNECT. What expecting openbsc to get from ipaccess before sending NM_MT_IPACC_RSL_CONNECT?
I think you want to look into src/bsc_init.c for our init sequence and on which states we trigger the RSL connect message.