libosmocore/openbsc
Harald Welte 24a655f140 gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI
According to TS 08.16, the BSSGP layer needs to specify NSEI and BVCI when
executing the NS UNITDATA REQUEST primitive of the underlying NS layer.

Rather than passing around a pointer to the 'struct gprs_nsvc', we now
have NSEI and BVCI as members of 'struct obsc_msgb_cb' and set them
when BSSGP hands a message down to NS.

NS then does a lookup of the 'gprs_nsvc' based on the NSEI parameter.
2010-05-04 07:20:42 +02:00
..
include/openbsc gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI 2010-05-04 07:20:42 +02:00
src gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI 2010-05-04 07:20:42 +02:00