Commit 4210c411 authored by Raymond Knopp's avatar Raymond Knopp

removal of a massive number of warnings

parent 7caf3d9c
...@@ -439,8 +439,8 @@ void phy_procedures_gNB_uespec_RX(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx) ...@@ -439,8 +439,8 @@ void phy_procedures_gNB_uespec_RX(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx)
case 2: case 2:
break; break;
default: default:
AssertFatal(1==0,"Only PUCCH format 0,1 and 2 are currently supported\n") AssertFatal(1==0,"Only PUCCH format 0,1 and 2 are currently supported\n");
} }
} }
} }
} }
......
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