Commit 90fb5273 authored by Raymond Knopp's avatar Raymond Knopp

removal of a massive number of warnings

parent 8c36c993
...@@ -439,7 +439,7 @@ void phy_procedures_gNB_uespec_RX(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx) ...@@ -439,7 +439,7 @@ 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