~aleteoryx/muditaos

5cfd688f510cc32a965d5cb1f052d7025d1d84a3 — Lefucjusz 2 years ago 7738782 pure_1.9.0-rc.1
[MOS-1043] Enable VoLTE only for Poland and US

Enable volte for Poland and US, disable
for all the remaining countries.
1 files changed, 1 insertions(+), 15 deletions(-)

M module-services/service-cellular/src/volte/VolteAllowedList.cpp
M module-services/service-cellular/src/volte/VolteAllowedList.cpp => module-services/service-cellular/src/volte/VolteAllowedList.cpp +1 -15
@@ 4,12 4,6 @@
#include "VolteAllowedList.hpp"
#include "ImsiParser_Poland.hpp"
#include "ImsiParser_UnitedStates.hpp"
#include "ImsiParser_Netherlands.hpp"
#include "ImsiParser_Germany.hpp"
#include "ImsiParser_Denmark.hpp"
#include "ImsiParser_GreatBritain.hpp"
#include "ImsiParser_Canada.hpp"
#include "ImsiParser_Austria.hpp"

#include <log/log.hpp>
#include <magic_enum.hpp>


@@ 54,14 48,6 @@ namespace cellular::service

    void VolteAllowedList::buildList()
    {
        pushBack(allowedList,
                 ImsiParserPL(),
                 ImsiParserUS(),
                 ImsiParserDK(),
                 ImsiParserDE(),
                 ImsiParserNL(),
                 ImsiParserGB(),
                 ImsiParserCA(),
                 ImsiParserAT());
        pushBack(allowedList, ImsiParserPL(), ImsiParserUS());
    }
} // namespace cellular::service