Beispiel #1
0

GMPC_COMPONENTS = ("Statistics", "Billing", "LocationDataStream", "HTTPServer",
                   "dgpscontroller", "FSC-SystemMonitor",
                   "AssistanceDataHandler", "ESABridge", "Map", "FSC-EventLog",
                   "FSC-CGIEventLog", "lanmonitor", "FSC-Event",
                   "FSC-LTEEventLog", "PPE112", "PPRouter", "SOAPServer",
                   "ttmonitor", "RANEventLocation", "RequestMonitor",
                   "EBMServer", "FSC-OMEventLog", "MLP", "CWSL", "Wireline",
                   "AnyPhone", "ppgps", "GnssAssistanceDataHandler",
                   "Diameter", "OM", "AllPhone", "ss7manager", "PPATI",
                   "FSC-SAIEventLog", "Authority", "IMSRDF", "TriggerLocation",
                   "UPEngine", "PacketLocationFeeder", "NetworkStorage")

SMPC_COMPONENTS = ("FSC-Event", "Statistics", "dgpscontroller", "lanmonitor",
                   "PPSelector", "ss7manager", "OM", "Bssap", "ppcgi",
                   "ppaecid", "pplteaecid", "ppgps", "ttmonitor",
                   "GnssAssistanceDataHandler", "PPUTDOA", "UTDOAOM", "ppsas",
                   "ppesmlc", "PositioningRecord", "PPLTEEvent", "PPRNCEvent",
                   "AssistanceDataHandler", "FSC-EventLog", "FSC-CGIEventLog",
                   "FSC-CELLIDEventLog", "FSC-LTEEventLog", "FSC-PDEEventLog",
                   "FSC-PMCEventLog", "FSC-FixedXYEventLog", "FSC-OMEventLog",
                   "FSC-SystemMonitor", "ESABridge")

if __name__ == '__main__':
    Debug.debug_flags = {"aaa": False, "bbb": False}

    Debug.set_debug('aaa', True)
    Debug.set_debug('ccc', True)
    Debug.error("test", Debug.get_debug('aaa'), Debug.get_debugs())