That's most probably a custom-patched version to connect to a non-standard smsc. Those parameters are not documented on Kannel's user guide because they do not exist.
Probably someone modified the source code to add those parameters. If you have access to that code you could compare it against the regular code and see the differences. Regards, Alex On Sat, Apr 17, 2010 at 7:44 PM, Antti Karvonen <lis...@karvonen.info>wrote: > Hi, I encountered a Kannel instance, that had connections to an smsc using > SMPP protocol. In the configuration file I found mcc and mnc parameters > (Mobile Country Code, Mobile Network Code). If I changed one of the values, > the smsc couldn't connect anymore, so they are actually being used in > binding process. > > Strange in this is the following: > > a) These parameters are not documented anywhere. In Kannel's userguide > there are no mentions about these, and googling around didn't give any > results either. > > b) I have a local Kannel (1.4.3, in Mac OS X 10.5.8) that does not accept > these parameters ("mcc/mnc is not accepted in smsc-group"), but exactly the > same configuration file connects without problems in this other Kannel > instance (a little bit older version). > > The configuration is the following: > > group = smsc > smsc = smpp > smsc-id = some_id > mcc = xxx > mnc = yy > host = server.address.com > port = 6700 > transceiver-mode = false > receive-port = 6700 > smsc-username = ***** > smsc-password = ***** > interface-version = 0x22 > ... > etc > > > Best regards, > > Antti > >