Arduino GPS Shield by iteadstudio.com

SoftwareSerial nss(1, 0);//tx and rx pins in my arduino GPS shield

You can't use SoftwareSerial on the hardware serial pins.

You need to read from Serial, in feedgps().