Skip to content

Commit

Permalink
Use AT&T satellite earth stations
Browse files Browse the repository at this point in the history
Use AT&T stations for intelsat contracts rather than temporary/military stations
  • Loading branch information
Capkirk123 committed Dec 24, 2024
1 parent 27b8e46 commit 5bcfa8f
Show file tree
Hide file tree
Showing 9 changed files with 163 additions and 83 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ CONTRACT_TYPE {
condition {
state = CONTRACT_OFFERED
}
station = point_mugu
station = kashima
station = jamesburg
station = ibaraki
connection = l1_north_pacific
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ CONTRACT_TYPE {
station = usns_redstone
station = usns_mercury
station = andover
station = point_mugu
station = jamesburg
connection = l1_vanguard
connection = l1_redstone
connection = l1_mercury
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CONTRACT_TYPE {
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l2_atlantic_ros_rai
connection = l2_atlantic_eta_rai
availability = 0.95
}
PARAMETER {
Expand All @@ -92,14 +92,14 @@ CONTRACT_TYPE {
}
station = andover
station = goonhilly_downs
station = rosman
station = etam
station = raisting
station = pleumeur_bodou
station = choconta
station = buitrago
station = tangua
connection = l2_atlantic_and_goo
connection = l2_atlantic_ros_rai
connection = l2_atlantic_eta_rai
connection = l2_atlantic_and_ple
connection = l2_atlantic_cho_bui
connection = l2_atlantic_tan_bui
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ CONTRACT_TYPE {
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l2_pacific_poi_kas
connection = l2_pacific_jam_iba
availability = 0.95
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l2_pacific_poi_yan
connection = l2_pacific_jam_yan
availability = 0.95
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l2_pacific_bre_coo
connection = l2_pacific_bre_mor
availability = 0.95
}
PARAMETER {
Expand All @@ -92,16 +92,16 @@ CONTRACT_TYPE {
}
station = brewster_flats
station = paumalu
station = point_mugu
station = kashima
station = jamesburg
station = ibaraki
station = yangmingshang
station = cooby_creek
station = moree
station = hong_kong
station = otc_carnarvon
connection = l2_pacific_bre_pau
connection = l2_pacific_poi_kas
connection = l2_pacific_poi_yan
connection = l2_pacific_bre_coo
connection = l2_pacific_jam_iba
connection = l2_pacific_jam_yan
connection = l2_pacific_bre_mor
connection = l2_pacific_hon_car
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ CONTRACT_TYPE {
station = usns_vanguard
station = usns_redstone
station = usns_mercury
station = point_mugu
station = jamesburg
station = andover
connection = l2_vanguard
connection = l2_redstone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CONTRACT_TYPE {
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l3_atlantic_ros_rai
connection = l3_atlantic_eta_rai
availability = 0.95
}
PARAMETER {
Expand All @@ -88,14 +88,14 @@ CONTRACT_TYPE {
station = andover
station = pleumeur_bodou
station = goonhilly_downs
station = rosman
station = etam
station = raisting
station = choconta
station = buitrago
station = tangua
connection = l3_atlantic_and_ple
connection = l3_atlantic_and_goo
connection = l3_atlantic_ros_rai
connection = l3_atlantic_eta_rai
connection = l3_atlantic_cho_bui
connection = l3_atlantic_tan_bui
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ PARAMETER {
}
station = vernon_valley
station = moorepark
station = chicago
station = denver
station = chicago_test
station = denver_test
connection = l3_hbo_us_est_test
connection = l3_hbo_us_pst_test
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CONTRACT_TYPE {
PARAMETER {
type = AchieveConnectionAvailability
connection = l3_pacific_poi_kas
connection = l3_pacific_jam_kas
availability = 0.95
}
PARAMETER {
Expand All @@ -66,12 +66,12 @@ CONTRACT_TYPE {
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l3_pacific_poi_yan
connection = l3_pacific_jam_yan
availability = 0.95
}
PARAMETER {
type = AchieveConnectionAvailability
connection = l3_pacific_bre_coo
connection = l3_pacific_bre_mor
availability = 0.95
}
PARAMETER {
Expand All @@ -85,17 +85,17 @@ CONTRACT_TYPE {
condition {
state = CONTRACT_OFFERED
}
station = point_mugu
station = kashima
station = jamesburg
station = ibaraki
station = brewster_flats
station = paumalu
station = yangmingshang
station = cooby_creek
station = moree
station = hong_kong
connection = l3_pacific_poi_kas
connection = l3_pacific_jam_kas
connection = l3_pacific_bre_pau
connection = l3_pacific_poi_yan
connection = l3_pacific_bre_coo
connection = l3_pacific_jam_yan
connection = l3_pacific_bre_mor
connection = l3_pacific_hon_car
}
}
Expand Down
Loading

0 comments on commit 5bcfa8f

Please sign in to comment.