How to send via GSM the GPGGA line in GPS Shield using MCU with 2 h/w uart?

How to call gps and gsm in arduino using 2 uart sir?

void setup()
{
Serial.begin(9600); // gsm module?
Serial1.begin(9600); //gsp shield?
}

is this ok?