Skip to content

Commit a8933b9

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 2adea1a475995d4a36f007d10157d17b18ae8366 GitOrigin-RevId: 2adea1a475995d4a36f007d10157d17b18ae8366
1 parent f912128 commit a8933b9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

api/scheduling/v1alpha/scheduling.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)