unfortunately not
using using a bitmask with value 00080008 results in error.
I think that as soon I remove rmnet0 from the bitmask it fails.
(see my test results below)
Best regards
Kurt
I have tried the following bitmasks
00080101 (ecm, rmnet0, diag) works
00080111 (ecm, rmnet0, diag, at) works
00080109 (diag, modem, rmnet0, ecm) works
00080119 (diag, modem, at, rmnet0, ecm) works
00000101 (diag, rmnet0) works
00080000 dont work
00080001 dont work
00000009 dont work
00000001 dont work
00000004 dont work
00000005 dont work
00000008 dont work
00000009 dont work
00000010 dont work
00000101 dont work
When reading the AT command reference it states that the only interface that cannot be disabled with the usbcomp command is the diag (DM) interface.
But when reading the “Deploying Your Devices For Deployment document” (section 2.3.2) it states that the dm interface must be enabled together with either AT, modem or Mbim must be enabled. My guess is that this now includes the RMNet interface.