de0u Thanks for the suggestion, I got ADB running.
With the SIM I want to use in the phone, connected to my PC, USB debugging toggled on in dev options. Used the command:
adb shell getprop | grep 'gsm'
[gsm.current.phone-type]: [1,1]
[gsm.network.type]: [NR_SA,Unknown]
[gsm.operator.alpha]: [,]
[gsm.operator.iso-country]: [us,]
[gsm.operator.isroaming]: [false,false]
[gsm.operator.numeric]: [,]
[gsm.sim.operator.alpha]: [Mint,]
[gsm.sim.operator.iso-country]: [us,]
[gsm.sim.operator.numeric]: [310240,]
[gsm.sim.state]: [LOADED,NOT_READY]
[gsm.version.baseband]: [g5300t-251202-260127-B-14784800,g5300t-251202-260127-B-14784800]
[gsm.version.ril-impl]: [Samsung S.LSI Vendor RIL 5400 V2.3 Build 2025-09-13 00:47:55]
From what I can tell, my device is showing as unlocked, if gsm.operator.numeric doesn't have an mcc/mnc listed right?