[RFC] Subscriber Reference Counting

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther zecke at selfish.org
Wed Oct 28 14:47:25 UTC 2009


On Wednesday 28 October 2009 15:04:19 Andreas.Eversberg wrote:

> what branch is it? do i need additional patches? i use the master with
> the RTP patch applied.

This information was in the initial mail the branch is called "holger/subscr-
ref-handling". This branch is fixing a real life subscriber leak in the 
mncc_send routine.


I would do the following to switch the branches.

1.) Check the name
$ git branch -a
...
origin/holger/subscr-ref-handling

2.) save my current work
$ git stash

3.) create a local branch that tracks the other branch
$ git checkout -b holger/subscr-ref-handling origin/holger/subscr-ref-handling

4.) apply my current work on top of it
$ git stash apply

5.) resolve conflicts
$ git mergetool


I hope this information is helpful

z.




More information about the OpenBSC mailing list