- or download this
MSG_ID_CELL_INFO_PRINT sn=1 cellid=2;
MSG_ID_CAMP_RSP sn=2 cellid=2;
...
MSG_ID_CAMP_RSP sn=23 cellid=2;
MSG_ID_CELL_INFO_PRINT sn=24 cellid=2;
MSG_ID_CELL_CAMP_REQ sn=25 cellid=2;
- or download this
MSG_ID_CELL_INFO_PRINT sn=1 cellid=2;
MSG_ID_CAMP_RSP sn=2 cellid=2;
...
MSG_ID_CAMP_RSP sn=12 cellid=2;
MSG_ID_CAMP_RSP sn=14 cellid=3;
MSG_ID_CELL_CAMP_REQ sn=15 cellid=2;
- or download this
MSG_ID_CELL_INFO_PRINT sn=16 cellid=2;
MSG_ID_CELL_INFO_PRINT sn=17 cellid=2;
...
MSG_ID_CAMP_RSP sn=23 cellid=2;
MSG_ID_CELL_INFO_PRINT sn=24 cellid=2;
MSG_ID_CELL_CAMP_REQ sn=25 cellid=2;
- or download this
my $str = shift; #the data showed in the above
my $beg = "MSG_ID_CELL_INFO_PRINT";
...
}
}
}