"git@gitlab.eurecom.fr:oai/openairinterface5g.git" did not exist on "c1f495300805ce2ec377aa692233abe532fd10e3"
-
Robert Schmidt authored
Using AssertFatal() has the drawback that it requires the definition of an exit_function() (which is typically declared in OAI main executables). We don't want to pull in such dependency for every consumer. Hence, use c stdlib's assert() instead.
Robert Schmidt authoredUsing AssertFatal() has the drawback that it requires the definition of an exit_function() (which is typically declared in OAI main executables). We don't want to pull in such dependency for every consumer. Hence, use c stdlib's assert() instead.