I've been trying to connect to a mqtt broker using the program called "mqtt_simple_sample" provided in the example files.Sadly I've been unable to get it to work.
I changed all the configurations needed, main.c and .config. I changed the password, user_name, topic, client id, hostname and port.
I get the following on the LTE Link Monitor.

According to this list of errors https://github.com/eblot/newlib/blob/master/newlib/libc/include/sys/errno.h#L161 I get this: #define ENOMEM 12 /* Not enough core */
I'm not sure why is this happening or how to fix it.
Regards, Sandy.