tr069 acs cpe

acs端地址

cpe端地址

用户名 密码

struct tr069{
    char acs_url[URL_LEN];
    char cpe_url[URL_LEN];
    char acs_usrname[NAME_LEN];
    char acs_passwd[PASSWD_LEN];
    char cpe_usrname[NAME_LEN];
    char cpe_passwd[PASSWD_LEN];
    int interval;
    int working;
    char ifname[32];
    int auth_flag;  /*1-- on ;0--off*/  
    int is_btol;  /*0--use 0/1 as bool;1-- use false/true as bool*/
    int nodepath_ignorecase; /*0: case.sensitive , 1: ignore case*/
};

posted on 2021-11-24 19:56  lydstory  阅读(93)  评论(0)    收藏  举报

导航