10f74e101Schristos /* 20f74e101Schristos * Redistribution and use in source and binary forms, with or without 30f74e101Schristos * modification, are permitted provided that: (1) source code 40f74e101Schristos * distributions retain the above copyright notice and this paragraph 50f74e101Schristos * in its entirety, and (2) distributions including binary code include 60f74e101Schristos * the above copyright notice and this paragraph in its entirety in 70f74e101Schristos * the documentation or other materials provided with the distribution. 80f74e101Schristos * THIS SOFTWARE IS PROVIDED ``AS IS'' AND 90f74e101Schristos * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 100f74e101Schristos * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 110f74e101Schristos * FOR A PARTICULAR PURPOSE. 120f74e101Schristos * 13*9460fd8aSchristos * Original code by Hannes Gredler (hannes@gredler.at) 140f74e101Schristos */ 150f74e101Schristos 160f74e101Schristos #define GMPLS_PSC1 1 170f74e101Schristos #define GMPLS_PSC2 2 180f74e101Schristos #define GMPLS_PSC3 3 190f74e101Schristos #define GMPLS_PSC4 4 200f74e101Schristos #define GMPLS_L2SC 51 210f74e101Schristos #define GMPLS_TSC 100 220f74e101Schristos #define GMPLS_LSC 150 230f74e101Schristos #define GMPLS_FSC 200 240f74e101Schristos 250f74e101Schristos extern const struct tok gmpls_link_prot_values[]; 260f74e101Schristos extern const struct tok gmpls_switch_cap_values[]; 270f74e101Schristos extern const struct tok gmpls_switch_cap_tsc_indication_values[]; 280f74e101Schristos extern const struct tok gmpls_encoding_values[]; 290f74e101Schristos extern const struct tok gmpls_payload_values[]; 300f74e101Schristos extern const struct tok diffserv_te_bc_values[]; 310f74e101Schristos extern const struct tok lmp_sd_service_config_cpsa_link_type_values[]; 320f74e101Schristos extern const struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[]; 330f74e101Schristos extern const struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[]; 34