RadioHead to Gateway

I'm using Shield Dragino to use LoRa technology and send the data to a gateway RAK7249.

I'm using two libraries "MCCI_LoRaWAN_LMIC_library" and "RadioHead" both work fine with the hardware as you can see in the figure 01.

There's no problem with hardware, with code or with the setup/commucation.

My question is about the "devaddr", with "MCCI_LoRaWAN_LMIC_library" the "devaddr" is show as default in the gateway (Figure 02), but with "RadioHead" the "devaddr" doesn't appear (Figure 03).

The documentation for "RadioHead":
https://www.airspayce.com/mikem/arduino/RadioHead/classRH__RF95.html

-> Public Member Functions inherited from RHGenericDriver -> virtual void setThisAddress (uint8_t thisAddress)

I can compile with this function, but still not showing in the gateway interface.

How can i put "devaddr" in the "RadioHead" library?

figure 01

figure 02

figure 03