diff -r 77415202bfc8 -r 2e6c4614c58e bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp --- a/bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp Tue Feb 02 00:24:11 2010 +0200 +++ b/bearermanagement/S60MCPR/src/s60tiermanagerselector.cpp Fri Feb 19 23:12:51 2010 +0200 @@ -97,6 +97,8 @@ //Legacy Attach -case handling is in NetMCPR and IPProtoTM // 399 Attach is not supported const TConnPref& prefs = iSelectionPrefs.Prefs(); + iSubSessionUniqueId = iSelectionPrefs.SubSessionUniqueId(); + switch ( prefs.ExtensionId() ) { case TConnPref::EConnPrefCommDbMulti: @@ -164,6 +166,7 @@ // Provision selection preferences to S60 NetMCPR. prov->SetSelectionPrefs( iSelectionPrefs ); + prov->SetSubSessionUniqueId( iSubSessionUniqueId ); // Change the provider info so that this provider is never found by other selections const TProviderInfo& pi = provider->ProviderInfo();