On Tue, Nov 03, 2009 at 07:03:15AM +0000, 246tnt@gmail.com wrote:
Initially I had a segfault when receiving a GMM ATTACH. The MCC/MNC in the CELL ID transmitted in the GMM ATTACH REQUEST are not the one I set in openbsc.cfg, they seem hardcoded to 001/01 but I haven't found from where yet.
it's the NM_ATT_IPACC_CGI in nanobts_attr_bts[]: three bytes bcd-encoded mcc/mnc, two bytes lac and two bytes cell id. two-byte values as u_int16_t in network byte order.