Commit 304c4842 authored by SAWADA Kentaro's avatar SAWADA Kentaro

Fix Coverity Scan CID 340210

parent 550ac984
...@@ -618,6 +618,8 @@ int main( int argc, char **argv ) { ...@@ -618,6 +618,8 @@ int main( int argc, char **argv ) {
ctxt.instance = 0; ctxt.instance = 0;
ctxt.rnti = 0; ctxt.rnti = 0;
ctxt.enb_flag = 1; ctxt.enb_flag = 1;
ctxt.frame = 0;
ctxt.subframe = 0;
pdcp_run(&ctxt); pdcp_run(&ctxt);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment