@ -78,7 +78,7 @@ func (r *GosmContainer) ConvertBuffer2Json() (err error) {
func ConvertBuffer2Json(b []byte) (cs CarrierJson, err error) {
err = json.Unmarshal(b, cs)
err = json.Unmarshal(b, &cs)
return