File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,10 +301,10 @@ message RxConfiguration {
301301 // Symbol rate in Megasymbols per second.
302302 double symbol_rate_msps = 5 ;
303303
304- // Identifies the receive modem associated with the carrier on this beam.
304+ // Identifies the demodulator associated with the carrier on this beam.
305305 // Must be present if beam-hopping is not used, otherwise it should be
306- // empty and the modem IDs are found via the beam hopping plan.
307- string modem_id = 6 ;
306+ // empty and the demodulator IDs are found via the beam hopping plan.
307+ string demodulator_id = 6 ;
308308
309309 ModemMode mode = 4 ;
310310
@@ -326,10 +326,10 @@ message TxConfiguration {
326326 // Symbol rate in Megasymbols per second.
327327 double symbol_rate_msps = 6 ;
328328
329- // Identifies the transmit modem associated with the carrier on this beam.
329+ // Identifies the modulator associated with the carrier on this beam.
330330 // Must be present if beam-hopping is not used, otherwise it should be
331- // empty and the modem IDs are found via the beam hopping plan.
332- string modem_id = 8 ;
331+ // empty and the modulator IDs are found via the beam hopping plan.
332+ string modulator_id = 8 ;
333333
334334 ModemMode mode = 4 ;
335335
You can’t perform that action at this time.
0 commit comments