Skip to content

lte: Delete constructors that should not be used

In the LTE module, there are multiple constructors that have a fatal warning saying that the constructor should not be used. Instead of using the NS_FATAL_MSG() macro, explicitly mark those constructors as deleted.

Merge request reports