Ground Mobile Forces

Ground Mobile Forces (GMF) is the term given to the tactical SATCOM portion of the Joint Service program called TRI-TAC developed by GTE-Sylvania in the mid-1970s. The Tri-Service Tactical signal system is a tactical command, control, and communications program. It is a joint service effort to develop and field advanced tactical and multichannel switched communications equipment. The program was conceived to achieve interoperability between service tactical communications systems, establish interoperability with strategic communications systems, take advantage of advances in technology, and eliminate duplication in service acquisitions.[1]

Specifications

GMF is configured in a hub-spoke arrangement with the hub terminal being able to ingest four feeds from the outlying spoke terminals. Of the four designated GMF terminals, the AN/TSC-85B and AN/TSC-100A are equipped for point to point or hub operations and the AN/TSC-93B and AN/TSC-94A are spoke terminals.

The 85B/100A hubs are capable of ingesting up to 48 multiplexed and encrypted channels from a maximum of four spoke terminals simultaneously, but can double that capability with an external multiplexer (96 chan). Each channel is configured for 16 or 32kbit/s, which with overhead translates to 48kbit/s true capacity. The 93B/94A terminals have a capacity of 24 16/32kbit/s multiplexed channels. All of the GMF terminals have external connections for an AN/TSQ-111 Tech Control Facility, field phones, or a 70 MHz IF wideband input, plus are sealed for sustained operations in a chemical/biological/radiological (CBR) environment.

GMF communicates via Super High Frequency (SHF) X-band Defense Satellite Communication System (DSCS) satellites.[2] The 85B/100A hub terminals typically use a 20 ft. Quick Reaction Satellite Antenna Group (QRSAG) antenna, while the outlying spoke terminals rely on an 8 ft. parabolic dish antenna.[3]

Obsolescence

Today, much of the TRI-TAC and GMF equipment is obsolete – its bulky circuit-switched equipment having been replaced in the last decade by fly-away quad-band systems containing compact IP-based routers, switches, and encryption equipment. There are, however, a number of GMF terminals still supporting active forces in the extreme operating conditions of Iraq and Afghanistan.

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  1. Pike, John. "AN/TTC-39 TRI-TAC Automatic Telephone Central Office". www.globalsecurity.org.
  2. Pike, John. "DSCS-3 Military Communications Satellite". www.globalsecurity.org.
  3. Pike, John. "AN/TSC-85B". www.globalsecurity.org.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.