wcdma_rrc_analyzer.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:mobileinsight-core 作者: mobile-insight 项目源码 文件源码
def __init__(self):

        self.log_info("Initialing WcdmaRrcAnalyzer..")

        ProtocolAnalyzer.__init__(self)

        #init packet filters
        self.add_source_callback(self.__rrc_filter)

        #init internal states
        self.__status=WcdmaRrcStatus()    # current cell status
        self.__history={}    # cell history: timestamp -> WcdmaRrcStatus()
        self.__config={}    # cell_id -> WcdmaRrcConfig()
        self.state_machine = self.create_state_machine()
        # print type(self.state_machine)

        #FIXME: change the timestamp
        self.__history[0]=self.__config

        #Temporary structure for holding the config
        self.__config_tmp=WcdmaRrcConfig()

        # self.__profile = Profile(WcdmaRrcProfileHierarchy())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号