205 Singleton<SatRxCnoInputTraceContainer>::Get()->Reset();
207 std::pair<Address, SatEnums::ChannelType_t> key;
208 NodeContainer gws = Singleton<SatTopology>::Get()->GetGwNodes();
209 NodeContainer uts = Singleton<SatTopology>::Get()->GetUtNodes();
215 for (NodeContainer::Iterator it = gws.Begin(); it != gws.End(); it++)
218 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetGwMacWithNode(gwNode),
220 Singleton<SatRxCnoInputTraceContainer>::Get()->SetRxCno(key, 0);
221 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetGwMacWithNode(gwNode),
223 Singleton<SatRxCnoInputTraceContainer>::Get()->SetRxCno(key, 0);
226 for (NodeContainer::Iterator it = uts.Begin(); it != uts.End(); it++)
229 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetUtMacWithNode(utNode),
231 Singleton<SatRxCnoInputTraceContainer>::Get()->SetRxCno(key, 0);
232 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetUtMacWithNode(utNode),
234 Singleton<SatRxCnoInputTraceContainer>::Get()->SetRxCno(key, 0);
241 for (NodeContainer::Iterator it = gws.Begin(); it != gws.End(); it++)
244 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetGwMacWithNode(gwNode),
246 Singleton<SatRxCnoInputTraceContainer>::Get()->AddNode(key);
247 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetGwMacWithNode(gwNode),
249 Singleton<SatRxCnoInputTraceContainer>::Get()->AddNode(key);
252 for (NodeContainer::Iterator it = uts.Begin(); it != uts.End(); it++)
255 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetUtMacWithNode(utNode),
257 Singleton<SatRxCnoInputTraceContainer>::Get()->AddNode(key);
258 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetUtMacWithNode(utNode),
260 Singleton<SatRxCnoInputTraceContainer>::Get()->AddNode(key);
269 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetGwMacWithNode(params.node),
274 key = std::make_pair(Singleton<SatIdMapper>::Get()->GetUtMacWithNode(params.node),
280 Singleton<SatRxCnoInputTraceContainer>::Get()->SetRxCno(key, params.cno);
285 Singleton<SatRxCnoInputTraceContainer>::Get()->SetRxCnoFile(key, params.pathToFile);