inc/meshpreface1.cfg
changeset 0 5a93021fdf25
child 32 5c4486441ae6
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 ##
       
     2 ##	Purpose of this file is to provide default configuration options for the new,
       
     3 ##	access point aware code for all legacy configuration files which do not have
       
     4 ##	it on their own.
       
     5 ##	According to its purpose this file is being used only(!) ever (!) with legacy,
       
     6 ##	non access point aware (or as it is also called in CommsDat: non mesh compatible)
       
     7 ##	configurations.
       
     8 ##	This means that for these configurations the only preferences used for selection
       
     9 ##	are the link layer ones (IAP + connection preference ranking on implicit).
       
    10 ##	None of the new preferences will ever make any sense on any system that does not
       
    11 ##	provide the new configuration and will always be rejected!
       
    12 ##
       
    13 
       
    14 ############################################################
       
    15 ## GlobalSettings
       
    16 ##
       
    17 ## 	A new setting has been added to indicate the default Tier that should be referred to 
       
    18 ##	whenever a Tier setting is required but has not been specified.
       
    19 ##	The deprecated global settings "DefaultSnap" and "PromptForSnap" are now held in the 
       
    20 ##	default tier record not in the global settings table itself 
       
    21 ##
       
    22 ##
       
    23 
       
    24 [GlobalSettings]
       
    25 ADD_TEMPLATE
       
    26 	DefaultTier=Link.TierTable.2048
       
    27 	FIELD_COUNT=1
       
    28 END_TEMPLATE
       
    29 
       
    30 
       
    31 ############################################################
       
    32 ## AccessPointTable
       
    33 ##
       
    34 ##	Generally all of our (Symbian's) network layer providers (tier id == 2048)
       
    35 ##	interpret their selection policy ids as records in the APPrioritySelectionPolicyTable.
       
    36 ##	However, in this particular case below (and when using this file) we are always
       
    37 ##	dealing with a legacy, link layer preferences and selection (please also see
       
    38 ##	the comment above).
       
    39 ##	Since none of the link preferences can ever be understood by the network layer
       
    40 ##	selector, they always override the provider's own selection policy (as specified
       
    41 ##	in the network layer access point, i.e. in the "NetworkDefault" record below this text).
       
    42 ##	This is why the default network layer access point below does not need to have
       
    43 ##	a APPrioritySelectionPolicyTable entry orresponding to its selection poincy id
       
    44 ##	(this really is only an excepti on from the rule, it can never happen on a system
       
    45 ##	configured to be access point aware!!!).
       
    46 ##
       
    47 
       
    48 [AccessPointTable]
       
    49 ADD_SECTION
       
    50 # COMMDB_ID = 254
       
    51 	Id=10000
       
    52 	Name=NetworkDefault
       
    53 	Tier=Link.TierTable.2048
       
    54 	MCpr=MCprTable.1
       
    55 	AccessPointSelectionPolicy=Link.APPrioritySelectionPolicyTable.20000
       
    56 	Cpr=CprTable.1
       
    57 	SCpr=SCprTable.7
       
    58 	Protocol=ProtocolTable.1
       
    59 	FIELD_COUNT=8
       
    60 END_ADD
       
    61 
       
    62 ##This record here is the default record for the IPProto level APs generated by 
       
    63 ##CommsDat. This record used as it is if the config file, which is processed
       
    64 ## after this config file, doesn't contain any ConnectionPreferences or 
       
    65 ##IAPPrioritySelectionPolicy tables.
       
    66 ADD_SECTION
       
    67 # COMMDB_ID = 253
       
    68 	Id=10001
       
    69 	Name=IPProtoDefault
       
    70 	Tier=Link.TierTable.271064560
       
    71 	MCpr=MCprTable.2
       
    72 	AccessPointSelectionPolicy=0
       
    73 	Cpr=CprTable.2
       
    74 	SCpr=SCprTable.2
       
    75 	Protocol=ProtocolTable.2
       
    76 	##this field value here is an indication that the config file doesn't have
       
    77 	##any generated IPProto APs which means that there is no ConnPref or 
       
    78 	##IAPPrioritySelPol records.
       
    79 	CustomSelectionPolicy=-1
       
    80 	FIELD_COUNT=9
       
    81 END_ADD
       
    82 
       
    83 ADD_SECTION
       
    84 # COMMDB_ID = 252
       
    85 	Id=10002
       
    86 	Name=SIPDefault
       
    87 	Tier=Link.TierTable.536887799
       
    88 	MCpr=MCprTable.11
       
    89 	AccessPointSelectionPolicy=0
       
    90 	Cpr=CprTable.5
       
    91 	SCpr=SCprTable.8
       
    92 	Protocol=ProtocolTable.2
       
    93 	FIELD_COUNT=8
       
    94 END_ADD
       
    95 
       
    96 
       
    97 ############################################################
       
    98 ## APPrioritySelectionPolicyTable
       
    99 ## 
       
   100 
       
   101 [APPrioritySelectionPolicyTable]
       
   102 ADD_SECTION
       
   103 # COMMDB_ID = 254
       
   104 	Id=20000
       
   105 	Name=APSelPolNetworkDefault
       
   106 	##This will be modified by CommsDat to point to the correct IPProto level APs
       
   107     ##in the ranking order of IAPs in the ConnectionPreferences table, if there
       
   108     ##is any.
       
   109 	AP1=Link.AccessPointTable.10001
       
   110 	APCOUNT=1
       
   111 	FIELD_COUNT=4
       
   112 END_ADD
       
   113 
       
   114 
       
   115 ############################################################
       
   116 ## TierTable
       
   117 ##
       
   118 
       
   119 [TierTable]
       
   120 
       
   121 ## Id=0x10281DD8 == 271064536
       
   122 
       
   123 ADD_SECTION
       
   124 # COMMDB_ID = 1
       
   125 	Id=2048
       
   126 	TierImplUid=0x101F6D4A
       
   127 	Name=Tier1
       
   128 	TierThreadName= ESock_IP
       
   129 	TierManagerName= NetworkTierManager
       
   130 	DefaultAccessPoint=Link.AccessPointTable.10000
       
   131 	PromptUser=0
       
   132 	FIELD_COUNT=7
       
   133 END_ADD
       
   134 
       
   135 ## Id=0x10281DF0 == 271064560
       
   136 
       
   137 ADD_SECTION
       
   138 # COMMDB_ID = 2
       
   139 	Id=271064560
       
   140 	TierImplUid=271064560
       
   141 	Name=Tier2
       
   142 	TierThreadName= ESock_IP
       
   143 	TierManagerName= ProtoTierManager
       
   144 	##By default this is linked to the default AP on the IPProto layer
       
   145 	DefaultAccessPoint=Link.AccessPointTable.10001
       
   146 	PromptUser=0
       
   147 	FIELD_COUNT=7
       
   148 END_ADD
       
   149 
       
   150 ## Id=0x10281DF5 == 271064565
       
   151 
       
   152 ADD_SECTION
       
   153 # COMMDB_ID = 3
       
   154 	Id=271064565
       
   155 	TierImplUid=271064565
       
   156 	Name=Tier3
       
   157 	TierThreadName= ESock_IP
       
   158 	TierManagerName= LinkTierManager
       
   159 	##NB defaultAccessPoint not present in this layer. This is only needed here to satisfy the check
       
   160 	##on the link layer. However important that once this field has a value it has to be linked to a 
       
   161 	##correct accesspoint record in the accesspoint table because this will be checked either.
       
   162 	DefaultAccessPoint=Link.AccessPointTable.10000
       
   163 	PromptUser=0
       
   164 	FIELD_COUNT=7
       
   165 END_ADD
       
   166 
       
   167 ADD_SECTION
       
   168 # COMMDB_ID = 4
       
   169 	Id=536887799
       
   170 	TierImplUid=536887799
       
   171 	Name=Tier4
       
   172 	TierThreadName= ESock_SIP
       
   173 	TierManagerName= SIPTierManager
       
   174 	DefaultAccessPoint=Link.AccessPointTable.10002
       
   175 	PromptUser= 0
       
   176 	FIELD_COUNT=7
       
   177 END_ADD
       
   178 
       
   179 ############################################################
       
   180 ## MCprTable
       
   181 ## 
       
   182 [MCprTable]
       
   183 ADD_SECTION
       
   184 # COMMDB_ID = 1
       
   185 	Name=netmcpr
       
   186 	MCprUid=0x101F6D4B
       
   187 	FIELD_COUNT=2
       
   188 END_ADD
       
   189 
       
   190 ADD_SECTION
       
   191 # COMMDB_ID = 2
       
   192 	Name=ipprotomcpr
       
   193 	MCprUid=0x10281DEE
       
   194 	FIELD_COUNT=2
       
   195 END_ADD
       
   196 
       
   197 ADD_SECTION
       
   198 # COMMDB_ID = 3
       
   199 	Name=pppmcpr
       
   200 	MCprUid=0x10281DEC
       
   201 	FIELD_COUNT=2
       
   202 END_ADD
       
   203 
       
   204 ADD_SECTION
       
   205 # COMMDB_ID = 4
       
   206 	Name=ethmcpr
       
   207 	MCprUid=0x10281DFC
       
   208 	FIELD_COUNT=2
       
   209 END_ADD
       
   210 
       
   211 ADD_SECTION
       
   212 # COMMDB_ID = 5
       
   213 	Name=rawipmcpr
       
   214 	MCprUid=0x10281E00
       
   215 	FIELD_COUNT=2
       
   216 END_ADD
       
   217 
       
   218 ADD_SECTION
       
   219 # COMMDB_ID = 6
       
   220 	Name=tunnelmcpr
       
   221 	MCprUid=0x10281E02
       
   222 	FIELD_COUNT=2
       
   223 END_ADD
       
   224 
       
   225 ADD_SECTION
       
   226 # COMMDB_ID = 7
       
   227 	Name=qospppmcpr
       
   228 	MCprUid=0x10281DEC
       
   229 	FIELD_COUNT=2
       
   230 END_ADD
       
   231 
       
   232 ADD_SECTION
       
   233 # COMMDB_ID = 8
       
   234 	Name=dummynifmcpr
       
   235 	MCprUid=0x10281E04
       
   236 	FIELD_COUNT=2
       
   237 END_ADD
       
   238 
       
   239 ADD_SECTION
       
   240 # COMMDB_ID = 9
       
   241 	Name=hungrynifmcpr
       
   242 	MCprUid=0x10281E04
       
   243 	FIELD_COUNT=2
       
   244 END_ADD
       
   245 
       
   246 ADD_SECTION
       
   247 # COMMDB_ID = 10
       
   248 	Name=pdpmcpr
       
   249 	MCprUid=0x102822F0
       
   250 	FIELD_COUNT=2
       
   251 END_ADD
       
   252 
       
   253 ADD_SECTION
       
   254 # COMMDB_ID = 11
       
   255 	Name=sipmcpr
       
   256 	MCprUid=0x200041F9
       
   257 	FIELD_COUNT=2
       
   258 END_ADD
       
   259 
       
   260 ADD_SECTION
       
   261 # COMMDB_ID = 12
       
   262 	Name=wlanmcpr
       
   263 	MCprUid=0x2001B2D2
       
   264 	FIELD_COUNT=2
       
   265 END_ADD
       
   266 
       
   267 ## PAN Ether MCpr Uid = 271070626 (0x102835A2)
       
   268 ADD_SECTION
       
   269 # COMMDB_ID = 13
       
   270 	Name=panethermcpr
       
   271 	MCprUid=271070626
       
   272 	FIELD_COUNT=2
       
   273 END_ADD
       
   274 
       
   275 ############################################################
       
   276 ## CprTable
       
   277 ## 
       
   278 [CprTable]
       
   279 ADD_SECTION
       
   280 # COMMDB_ID = 1
       
   281 	Name=ipcpr
       
   282 	CprUid=0x102070EF
       
   283 	FIELD_COUNT=2
       
   284 END_ADD
       
   285 
       
   286 ADD_SECTION
       
   287 # COMMDB_ID = 2
       
   288 	Name=ipprotocpr
       
   289 	CprUid=0x10281DD3
       
   290 	FIELD_COUNT=2
       
   291 END_ADD
       
   292 
       
   293 ADD_SECTION
       
   294 # COMMDB_ID = 3
       
   295 	Name=agentcpr
       
   296 	CprUid=0x10281DE8
       
   297 	FIELD_COUNT=2
       
   298 END_ADD
       
   299 
       
   300 ADD_SECTION
       
   301 # COMMDB_ID = 4
       
   302 	Name=vanillacpr
       
   303 	CprUid=0x102822F3
       
   304 	FIELD_COUNT=2
       
   305 END_ADD
       
   306 
       
   307 ADD_SECTION
       
   308 # COMMDB_ID = 5
       
   309 	Name=sipcpr
       
   310 	CprUid=0x10274C38
       
   311 	FIELD_COUNT=2
       
   312 END_ADD
       
   313 
       
   314 ADD_SECTION
       
   315 # COMMDB_ID = 6
       
   316 	Name=tunnelagentcpr
       
   317 	CprUid=271080968
       
   318 	FIELD_COUNT=2
       
   319 END_ADD
       
   320 
       
   321 ############################################################
       
   322 ## SCprTable
       
   323 ## 
       
   324 [SCprTable]
       
   325 ADD_SECTION
       
   326 # COMMDB_ID = 1
       
   327 	Name=ipscpr
       
   328 	SCprUid=0x10204308
       
   329 	FIELD_COUNT=2
       
   330 END_ADD
       
   331 
       
   332 ADD_SECTION
       
   333 # COMMDB_ID = 2
       
   334 	Name=ipprotoscpr
       
   335 	SCprUid=0x10281DD1
       
   336 	FIELD_COUNT=2
       
   337 END_ADD
       
   338 
       
   339 ADD_SECTION
       
   340 # COMMDB_ID = 3
       
   341 	Name=agentscpr
       
   342 	SCprUid=0x10281DEA
       
   343 	FIELD_COUNT=2
       
   344 END_ADD
       
   345 
       
   346 ADD_SECTION
       
   347 # COMMDB_ID = 4
       
   348 	Name=pdpscpr
       
   349 	SCprUid=0x102822E0
       
   350 	FIELD_COUNT=2
       
   351 END_ADD
       
   352 
       
   353 ADD_SECTION
       
   354 # COMMDB_ID = 5
       
   355 	Name=pppscpr
       
   356 	SCprUid=0x102822FC
       
   357 	FIELD_COUNT=2
       
   358 END_ADD
       
   359 
       
   360 ADD_SECTION
       
   361 # COMMDB_ID = 6
       
   362 	Name=vanillascpr
       
   363 	SCprUid=0x102822F4
       
   364 	FIELD_COUNT=2
       
   365 END_ADD
       
   366 
       
   367 ADD_SECTION
       
   368 # COMMDB_ID = 7
       
   369 	Name=qosscpr
       
   370 	SCprUid=0x102822D3
       
   371 	FIELD_COUNT=2
       
   372 END_ADD
       
   373 
       
   374 ADD_SECTION
       
   375 # COMMDB_ID = 8
       
   376 	Name=sipscpr
       
   377 	SCprUid=0x10274C17
       
   378 	FIELD_COUNT=2
       
   379 END_ADD
       
   380 
       
   381 ############################################################
       
   382 ## ProtocolTable
       
   383 ## 
       
   384 [ProtocolTable]
       
   385 ADD_SECTION
       
   386 # COMMDB_ID = 1
       
   387 	Name=sapshim
       
   388 	ProtocolUid=0x101F7482
       
   389 	FIELD_COUNT=2
       
   390 END_ADD
       
   391 
       
   392 ADD_SECTION
       
   393 # COMMDB_ID = 2
       
   394 	Name=ipshim4
       
   395 	ProtocolUid=0x10281C36
       
   396 	FIELD_COUNT=2
       
   397 END_ADD
       
   398 
       
   399 ADD_SECTION
       
   400 # COMMDB_ID = 3
       
   401 	Name=ppp
       
   402 	ProtocolUid=0x10281C4F
       
   403 	FIELD_COUNT=2
       
   404 END_ADD
       
   405 
       
   406 ADD_SECTION
       
   407 # COMMDB_ID = 4
       
   408 	Name=ethernet
       
   409 	ProtocolUid=0x10281DDB
       
   410 	FIELD_COUNT=2
       
   411 END_ADD
       
   412 
       
   413 ADD_SECTION
       
   414 # COMMDB_ID = 5
       
   415 	Name=rawip
       
   416 	ProtocolUid=0x10281DF2
       
   417 	FIELD_COUNT=2
       
   418 END_ADD
       
   419 
       
   420 ADD_SECTION
       
   421 # COMMDB_ID = 6
       
   422 	Name=tunnel
       
   423 	ProtocolUid=0x10281DF7
       
   424 	FIELD_COUNT=2
       
   425 END_ADD
       
   426 
       
   427 ADD_SECTION
       
   428 # COMMDB_ID = 7
       
   429 	Name=qosppp
       
   430 	ProtocolUid=0x10281C54
       
   431 	FIELD_COUNT=2
       
   432 END_ADD
       
   433 
       
   434 ADD_SECTION
       
   435 # COMMDB_ID = 8
       
   436 	Name=dummynif
       
   437 	ProtocolUid=0x10281C3B
       
   438 	FIELD_COUNT=2
       
   439 END_ADD
       
   440 
       
   441 ADD_SECTION
       
   442 # COMMDB_ID = 9
       
   443 	Name=hungrynif
       
   444 	ProtocolUid=0x10281C3D
       
   445 	FIELD_COUNT=2
       
   446 END_ADD
       
   447 
       
   448 ADD_SECTION
       
   449 # COMMDB_ID = 10
       
   450 	Name=panether
       
   451 	ProtocolUid=271070627
       
   452 	FIELD_COUNT=2
       
   453 END_ADD
       
   454 
       
   455 ADD_SECTION
       
   456 # COMMDB_ID = 11
       
   457 	Name=wlan
       
   458 	ProtocolUid=0x2001B2D3
       
   459 	FIELD_COUNT=2
       
   460 END_ADD
       
   461 
       
   462 ############################################################
       
   463 ## BearerTypeTable
       
   464 ## 
       
   465 [BearerTypeTable]
       
   466 ADD_SECTION
       
   467 # COMMDB_ID = 1
       
   468 	Name=ppp
       
   469 	Tier=Link.TierTable.271064565
       
   470 	MCpr=MCprTable.3
       
   471 	Cpr=CprTable.3
       
   472 	SCpr=SCprTable.5
       
   473 	Protocol=ProtocolTable.3
       
   474 	FIELD_COUNT=6
       
   475 END_ADD
       
   476 
       
   477 ADD_SECTION
       
   478 # COMMDB_ID = 2
       
   479 	Name=ethint
       
   480 	Tier=Link.TierTable.271064565
       
   481 	MCpr=MCprTable.4
       
   482 	Cpr=CprTable.3
       
   483 	SCpr=SCprTable.3
       
   484 	Protocol=ProtocolTable.4
       
   485 	FIELD_COUNT=6
       
   486 END_ADD
       
   487 
       
   488 ADD_SECTION
       
   489 # COMMDB_ID = 3
       
   490 	Name=rawip
       
   491 	Tier=Link.TierTable.271064565
       
   492 	MCpr=MCprTable.5
       
   493 	Cpr=CprTable.3
       
   494 	SCpr=SCprTable.3
       
   495 	Protocol=ProtocolTable.5
       
   496 	FIELD_COUNT=6
       
   497 END_ADD
       
   498 
       
   499 ADD_SECTION
       
   500 # COMMDB_ID = 4
       
   501 	Name=tunnelnif
       
   502 	Tier=Link.TierTable.271064565
       
   503 	MCpr=MCprTable.6
       
   504 	Cpr=CprTable.6
       
   505 	SCpr=SCprTable.3
       
   506 	Protocol=ProtocolTable.6
       
   507 	FIELD_COUNT=6
       
   508 END_ADD
       
   509 
       
   510 ADD_SECTION
       
   511 # COMMDB_ID = 5
       
   512 	Name=qosppp
       
   513 	Tier=Link.TierTable.271064565
       
   514 	MCpr=MCprTable.7
       
   515 	Cpr=CprTable.3
       
   516 	SCpr=SCprTable.5
       
   517 	Protocol=ProtocolTable.7
       
   518 	FIELD_COUNT=6
       
   519 END_ADD
       
   520 
       
   521 ADD_SECTION
       
   522 # COMMDB_ID = 6
       
   523 	Name=dummynif
       
   524 	Tier=Link.TierTable.271064565
       
   525 	MCpr=MCprTable.8
       
   526 	Cpr=CprTable.3
       
   527 	SCpr=SCprTable.3
       
   528 	Protocol=ProtocolTable.8
       
   529 	FIELD_COUNT=6
       
   530 END_ADD
       
   531 
       
   532 ADD_SECTION
       
   533 # COMMDB_ID = 7
       
   534 	Name=hungrynif
       
   535 	Tier=Link.TierTable.271064565
       
   536 	MCpr=MCprTable.9
       
   537 	Cpr=CprTable.3
       
   538 	SCpr=SCprTable.3
       
   539 	Protocol=ProtocolTable.9
       
   540 	FIELD_COUNT=6
       
   541 END_ADD
       
   542 
       
   543 ADD_SECTION
       
   544 # COMMDB_ID = 8
       
   545 	Name=spud-ppp
       
   546 	Tier=Link.TierTable.271064565
       
   547 	MCpr=MCprTable.10
       
   548 	Cpr=CprTable.3
       
   549 	SCpr=SCprTable.4
       
   550 	Protocol=ProtocolTable.3
       
   551 	FIELD_COUNT=6
       
   552 END_ADD
       
   553 
       
   554 ADD_SECTION
       
   555 # COMMDB_ID = 9
       
   556 	Name=spud-rawip
       
   557 	Tier=Link.TierTable.271064565
       
   558 	MCpr=MCprTable.10
       
   559 	Cpr=CprTable.3
       
   560 	SCpr=SCprTable.4
       
   561 	Protocol=ProtocolTable.5
       
   562 	FIELD_COUNT=6
       
   563 END_ADD
       
   564 
       
   565 ##This record here is the template record for the IPProto level APs generated by CommsDat.
       
   566 ADD_SECTION
       
   567 # COMMDB_ID = 10
       
   568 	##This name is a predefined name for the template for the IPProto APs.
       
   569 	##Please don't change it!
       
   570 	Name=IPProtoDefaultTemplate
       
   571 	Tier=Link.TierTable.271064560
       
   572 	MCpr=MCprTable.2
       
   573 	Cpr=CprTable.2
       
   574 	SCpr=SCprTable.2
       
   575 	Protocol=ProtocolTable.2
       
   576 	FIELD_COUNT=6
       
   577 END_ADD
       
   578 
       
   579 ##This record here is the template record for the Network level AP generated by CommsDat.
       
   580 ##It's used when processing SNAP config files
       
   581 ADD_SECTION
       
   582 # COMMDB_ID = 11
       
   583     ##This name is a predefined name for the template for the Network APs.
       
   584 	##Please don't change it!
       
   585 	Name=NetworkDefaultTemplate
       
   586 	Tier=Link.TierTable.2048
       
   587 	MCpr=MCprTable.1
       
   588 	Cpr=CprTable.1
       
   589 	SCpr=SCprTable.1
       
   590 	Protocol=ProtocolTable.1
       
   591 	FIELD_COUNT=6
       
   592 END_ADD
       
   593 
       
   594 ADD_SECTION
       
   595 # COMMDB_ID = 12
       
   596 	Name=wlannif
       
   597 	Tier=Link.TierTable.271064565
       
   598 	MCpr=MCprTable.12
       
   599 	Cpr=CprTable.3
       
   600 	SCpr=SCprTable.3
       
   601 	Protocol=ProtocolTable.11
       
   602 	FIELD_COUNT=6
       
   603 END_ADD
       
   604