USRP Software Radio

cancel
Showing results for 
Search instead for 
Did you mean: 

OAI gnB with USRP N310: error: MPM major compat number mismatch

We are tying to test OAI gnb using USRP N310 but we are getting this error. We also tried to upgrade USRP firmware to make it compatible with OAI gNB this is where the following error occurred. Any Help would be appreciated.

 

[ERROR] [MPMD] MPM major compat number mismatch. Expected: 5.3 Actual: 4.4. Please update the version of MPM on your USRP device.
terminate called after throwing an instance of 'uhd::runtime_error'
what(): RuntimeError: MPM major compat number mismatch. Expected: 5.3 Actual: 4.4. Please update the version of MPM on your USRP device.
Aborted

 

sonu_johnwick_0-1733301545536.png

 

0 Kudos
Message 1 of 3
(493 Views)

I'm having the same problem.  I already updated the file system as suggested in other threads.  I even built and installed MPM from scratch hoping that would update the version number somehow.  I can't find any other resources on this.  

0 Kudos
Message 2 of 3
(410 Views)

I found that USRP version 4.8 is MPM version 5.3, so upgrading your USRP to 4.8 fixes it. On an x410 this can be done with: 

# usrp_update_fs -t v4.8.0.0

 

From the instructions here for the n310 you can update to the 4.9 using 

$ sudo uhd_images_downloader -t mender -t n3xx --yes

based on the Ettus release page there were no changes to the n310 between 4.8 and 4.9.

 

Hope that helps.

 

 

0 Kudos
Message 3 of 3
(33 Views)